Click or drag to resize

ICommandStateEnum Enumeration

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

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

Available operational states for the command

Namespace:  BSI.MACE.AI.Commands
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public enum StateEnum
Members
  Member nameValueDescription
Undefined0
Rejected1 The assigned platform has rejected this command and will not execute it.
Pending2 The assigned platform has accepted the command, but is not currently executing it.
Executing4 The assigned platform is executing the command
Completed8 The assigned platform has completed the execution of the command
Deleted16
See Also