Google Cloud Dataproc v1 API - Enum Batch.Types.State (5.10.0)

public enum Batch.Types.State

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum Batch.Types.State.

The batch state.

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

NameDescription
Cancelled

The batch cancellation was successful.

Cancelling

The batch is cancelling.

Failed

The batch is no longer running due to an error.

Pending

The batch is created before running.

Running

The batch is running.

Succeeded

The batch completed successfully.

Unspecified

The batch state is unknown.