state property

String? state
getter/setter pair

Execution state for the job.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The job state is unknown.
  • "RUNNING" : The job is running.
  • "CANCELLING" : The job is cancelling.
  • "CANCELLED" : The job cancellation was successful.
  • "SUCCEEDED" : The job completed successfully.
  • "FAILED" : The job is no longer running due to an error.
  • "ABORTED" : The job was cancelled outside of Dataplex.

Implementation

core.String? state;