Class State (1.18.0)

State(value)

Valid state of an AutomationRun.

Values: STATE_UNSPECIFIED (0): The AutomationRun has an unspecified state. SUCCEEDED (1): The AutomationRun has succeeded. CANCELLED (2): The AutomationRun was cancelled. FAILED (3): The AutomationRun has failed. IN_PROGRESS (4): The AutomationRun is in progress. PENDING (5): The AutomationRun is pending.