Module: Google::Cloud::WorkloadManager::V1::Execution::State
- Defined in:
- proto_docs/google/cloud/workloadmanager/v1/service.rb
Overview
The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.
Constant Summary collapse
- STATE_UNSPECIFIED =
State of execution is unspecified.
0- RUNNING =
The execution is running in backend service.
1- SUCCEEDED =
The execution run succeeded.
2- FAILED =
The execution run failed.
3