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
AutomationRunhas an unspecified state. 0- SUCCEEDED =
The
AutomationRunhas succeeded. 1- CANCELLED =
The
AutomationRunwas cancelled. 2- FAILED =
The
AutomationRunhas failed. 3- IN_PROGRESS =
The
AutomationRunis in progress. 4- PENDING =
The
AutomationRunis pending. 5- ABORTED =
The
AutomationRunwas aborted. 6