Batch v1 API - Enum TaskStatus.Types.State (2.0.0)

public enum TaskStatus.Types.State

Reference documentation and code samples for the Batch v1 API enum TaskStatus.Types.State.

Task states.

Namespace

GoogleCloudGoogle.Cloud.BatchV1

Assembly

Google.Cloud.Batch.V1.dll

Fields

NameDescription
Assigned

The Task is assigned to at least one VM.

Failed

The Task has failed.

Pending

The Task is created and waiting for resources.

Running

The Task is running.

Succeeded

The Task has succeeded.

Unspecified

unknown state