Enumeration: CommandExecutionStatus
Defined in: model/commandExecutionStatus.ts:15
The current stage of the command execution
* process. Possible values:
*
* - accepted
- The command is ready to be executed.
* - committed
- The command is currently being executed.
* - complete
- The command was successfully executed.
* - failed
- There was an error and command execution was stopped prematurely.
Enumeration Members
Accepted
Accepted:
"accepted"
Defined in: model/commandExecutionStatus.ts:16
Committed
Committed:
"committed"
Defined in: model/commandExecutionStatus.ts:17
Complete
Complete:
"complete"
Defined in: model/commandExecutionStatus.ts:18
Failed
Failed:
"failed"
Defined in: model/commandExecutionStatus.ts:19