AICommandState enum
AICommandState
C# base type: int (4 bytes).
Values
| Name | Value | |
|---|---|---|
NotExecuting | 0 | |
Enqueued | 1 | |
Executing | 2 | |
Cancelled | 3 | |
Interrupted | 4 | |
Success | 5 | |
Failure | 6 |
AICommandState
C# base type: int (4 bytes).
| Name | Value | |
|---|---|---|
NotExecuting | 0 | |
Enqueued | 1 | |
Executing | 2 | |
Cancelled | 3 | |
Interrupted | 4 | |
Success | 5 | |
Failure | 6 |