Module: Google::Cloud::Orchestration::Airflow::Service::V1::OperationMetadata::State
- Defined in:
- proto_docs/google/cloud/orchestration/airflow/service/v1/operations.rb
Overview
An enum describing the overall state of an operation.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unused.
0
- PENDING =
The operation has been created but is not yet started.
1
- RUNNING =
The operation is underway.
2
- SUCCEEDED =
The operation completed successfully.
3
- SUCCESSFUL =
3
- FAILED =
The operation is no longer running but did not succeed.
4