Module: Google::Cloud::Run::V2::ExecutionReference::CompletionStatus
- Defined in:
- proto_docs/google/cloud/run/v2/job.rb
Overview
Possible execution completion status.
Constant Summary collapse
- COMPLETION_STATUS_UNSPECIFIED =
The default value. This value is used if the state is omitted.
0
- EXECUTION_SUCCEEDED =
Job execution has succeeded.
1
- EXECUTION_FAILED =
Job execution has failed.
2
- EXECUTION_RUNNING =
Job execution is running normally.
3
- EXECUTION_PENDING =
Waiting for backing resources to be provisioned.
4
- EXECUTION_CANCELLED =
Job execution has been cancelled by the user.
5