Enum CommandExecutionStatus
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
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.
[JsonConverter(typeof(StringEnumConverter))]
public enum CommandExecutionStatus
Fields
Accepted = 0
Enum Accepted for value: accepted
Committed = 1
Enum Committed for value: committed
Complete = 2
Enum Complete for value: complete
Failed = 3
Enum Failed for value: failed