Cloud Run V2 API - Module Google::Cloud::Run::V2::ExecutionReference::CompletionStatus (v0.16.0)

Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::ExecutionReference::CompletionStatus.

Possible execution completion status.

Constants

COMPLETION_STATUS_UNSPECIFIED

value: 0
The default value. This value is used if the state is omitted.

EXECUTION_SUCCEEDED

value: 1
Job execution has succeeded.

EXECUTION_FAILED

value: 2
Job execution has failed.

EXECUTION_RUNNING

value: 3
Job execution is running normally.

EXECUTION_PENDING

value: 4
Waiting for backing resources to be provisioned.

EXECUTION_CANCELLED

value: 5
Job execution has been cancelled by the user.