Module: Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::JobCompletionState

Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Final state after a job completes.

Constant Summary collapse

JOB_COMPLETION_STATE_UNSPECIFIED =

The status is not specified. This state is used when job is not yet finished.

0
SUCCEEDED =

Success.

1
FAILED =

Error.

2