Table of Contents

Enum ExecutionState

Namespace
OverKizApi.Enums
Assembly
OverKizApi.dll

Lifecycle states of an execution as reported by the Overkiz API.

public enum ExecutionState

Fields

Cancelled = 4

The execution was explicitly cancelled by the user or the API.

Completed = 2

The execution completed successfully.

Failed = 3

The execution terminated with an error.

InProgress = 1

The execution is currently being processed by the gateway.

NotStarted = 0

The execution has been accepted but has not yet started.

Queued = 5

The execution is waiting in the gateway queue.

Unknown = 6

The execution state could not be determined.