Class State (1.18.1)

State(value)

Valid state of an AutomationRun.

Enums

Name Description
STATE_UNSPECIFIED The `AutomationRun` has an unspecified state.
SUCCEEDED The `AutomationRun` has succeeded.
CANCELLED The `AutomationRun` was cancelled.
FAILED The `AutomationRun` has failed.
IN_PROGRESS The `AutomationRun` is in progress.
PENDING The `AutomationRun` is pending.