Module: Google::Cloud::Dataplex::V1::Job::State
- Defined in:
- proto_docs/google/cloud/dataplex/v1/tasks.rb
Constant Summary collapse
- STATE_UNSPECIFIED =
The job state is unknown.
0
- RUNNING =
The job is running.
1
- CANCELLING =
The job is cancelling.
2
- CANCELLED =
The job cancellation was successful.
3
- SUCCEEDED =
The job completed successfully.
4
- FAILED =
The job is no longer running due to an error.
5
- ABORTED =
The job was cancelled outside of Dataplex.
6