Module: Google::Cloud::Batch::V1::TaskStatus::State

Defined in:
proto_docs/google/cloud/batch/v1/task.rb

Overview

Task states.

Constant Summary collapse

STATE_UNSPECIFIED =

unknown state

0
PENDING =

The Task is created and waiting for resources.

1
ASSIGNED =

The Task is assigned to at least one VM.

2
RUNNING =

The Task is running.

3
FAILED =

The Task has failed.

4
SUCCEEDED =

The Task has succeeded.

5