Workload Manager V1 API - Module Google::Cloud::WorkloadManager::V1::Execution::State (v0.1.0)

Reference documentation and code samples for the Workload Manager V1 API module Google::Cloud::WorkloadManager::V1::Execution::State.

The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.

Constants

STATE_UNSPECIFIED

value: 0
State of execution is unspecified.

RUNNING

value: 1
The execution is running in backend service.

SUCCEEDED

value: 2
The execution run succeeded.

FAILED

value: 3
The execution run failed.