Enum OperationMetadata.Types.State (2.0.0)

public enum State

An enum describing the overall state of an operation.

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Fields

NameDescription
Failed

The operation is no longer running but did not succeed.

Pending

The operation has been created but is not yet started.

Running

The operation is underway.

Succeeded

The operation completed successfully.

Successful
Unspecified

Unused.