Module: Google::Cloud::Dataplex::V1::JobEvent::State

Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

The completion status of the job.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified job state.

0
SUCCEEDED =

Job successfully completed.

1
FAILED =

Job was unsuccessful.

2
CANCELLED =

Job was cancelled by the user.

3
ABORTED =

Job was cancelled or aborted via the service executing the job.

4