Google Cloud Deploy V1 API - Module Google::Cloud::Deploy::V1::JobRun::State (v0.12.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::JobRun::State.

Valid states of a JobRun.

Constants

STATE_UNSPECIFIED

value: 0
The JobRun has an unspecified state.

IN_PROGRESS

value: 1
The JobRun is in progress.

SUCCEEDED

value: 2
The JobRun has succeeded.

FAILED

value: 3
The JobRun has failed.

TERMINATING

value: 4
The JobRun is terminating.

TERMINATED

value: 5
The JobRun was terminated.