IMissionStateEnum Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: BSI.MACE
Member name | Value | Description | |
---|---|---|---|
Undefined | 0 | State has not yet been established (pre-loading). | |
Loading | 1 | The scenario is in the process of loading from file. | |
Initialized | 2 | The scenario has completed loading and initialization but has not yet been started (run). | |
Stopped | 3 | The scenario is in a stopped state and has previously been started (run). | |
Paused | 4 | The scenario is in a paused state and has previously been started (run). | |
Running | 5 | The scenario is in a running state. |