Module: Google::Cloud::Deploy::V1::AutomationRun::State
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Valid state of an AutomationRun
.
Constant Summary collapse
- STATE_UNSPECIFIED =
The
AutomationRun
has an unspecified state. 0
- SUCCEEDED =
The
AutomationRun
has succeeded. 1
- CANCELLED =
The
AutomationRun
was cancelled. 2
- FAILED =
The
AutomationRun
has failed. 3
- IN_PROGRESS =
The
AutomationRun
is in progress. 4
- PENDING =
The
AutomationRun
is pending. 5