Class

SimulatorMissionCompletedEventArgs

USI.Core

Reports completion of a simulator-managed mission.

public sealed class SimulatorMissionCompletedEventArgs : EventArgs

Constructors

SimulatorMissionCompletedEventArgs

public SimulatorMissionCompletedEventArgs(SimulatorMissionOutcome outcome)

Reports completion of a simulator-managed mission.

Properties

Outcome

public SimulatorMissionOutcome Outcome { get; }