Batch V1 API - Module Google::Cloud::Batch::V1::TaskStatus::State (v0.4.3)

Reference documentation and code samples for the Batch V1 API module Google::Cloud::Batch::V1::TaskStatus::State.

Task states.

Constants

STATE_UNSPECIFIED

value: 0
unknown state

PENDING

value: 1
The Task is created and waiting for resources.

ASSIGNED

value: 2
The Task is assigned to at least one VM.

RUNNING

value: 3
The Task is running.

FAILED

value: 4
The Task has failed.

SUCCEEDED

value: 5
The Task has succeeded.