Click or drag to resize

IMissionStateEnum Enumeration

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Indicates the current state that the scenario within MACE.

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public enum StateEnum
Members
  Member nameValueDescription
Undefined0 State has not yet been established (pre-loading).
Loading1 The scenario is in the process of loading from file.
Initialized2 The scenario has completed loading and initialization but has not yet been started (run).
Stopped3 The scenario is in a stopped state and has previously been started (run).
Paused4 The scenario is in a paused state and has previously been started (run).
Running5 The scenario is in a running state.
Remarks
See Also