ICommandStateEnum Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: BSI.MACE.AI.Commands
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | ||
| Rejected | 1 | The assigned platform has rejected this command and will not execute it. | |
| Pending | 2 | The assigned platform has accepted the command, but is not currently executing it. | |
| Executing | 4 | The assigned platform is executing the command | |
| Completed | 8 | The assigned platform has completed the execution of the command | |
| Deleted | 16 |