Cloud Composer V1 API - Module Google::Cloud::Orchestration::Airflow::Service::V1::OperationMetadata::State (v0.3.1)

Reference documentation and code samples for the Cloud Composer V1 API module Google::Cloud::Orchestration::Airflow::Service::V1::OperationMetadata::State.

An enum describing the overall state of an operation.

Constants

STATE_UNSPECIFIED

value: 0
Unused.

PENDING

value: 1
The operation has been created but is not yet started.

RUNNING

value: 2
The operation is underway.

SUCCEEDED

value: 3
The operation completed successfully.

SUCCESSFUL

value: 3

FAILED

value: 4
The operation is no longer running but did not succeed.