Enum ExecutionState
- Namespace
- OverKizApi.Enums
- Assembly
- OverKizApi.dll
Lifecycle states of an execution as reported by the Overkiz API.
public enum ExecutionState
Fields
Cancelled = 4The execution was explicitly cancelled by the user or the API.
Completed = 2The execution completed successfully.
Failed = 3The execution terminated with an error.
InProgress = 1The execution is currently being processed by the gateway.
NotStarted = 0The execution has been accepted but has not yet started.
Queued = 5The execution is waiting in the gateway queue.
Unknown = 6The execution state could not be determined.