Batch v1alpha API - Enum TaskStatus.Types.State (1.0.0-alpha25)

public enum TaskStatus.Types.State

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

Task states.

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.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.

Unexecuted

The Task has not been executed when the Job finishes.

Unspecified

Unknown state.