Cloud Dataplex v1 API - Enum Job.Types.State (2.12.0)

public enum Job.Types.State

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Fields

NameDescription
Aborted

The job was cancelled outside of Dataplex.

Cancelled

The job cancellation was successful.

Cancelling

The job is cancelling.

Failed

The job is no longer running due to an error.

Running

The job is running.

Succeeded

The job completed successfully.

Unspecified

The job state is unknown.