ENUM

JobStatus

Description

Status of job poller.

link GraphQL Schema definition

  • enum JobStatus {
  • # The job has completed with a failure (possibly canceled
  • # by the user).
  • FAILURE
  • # The job is still in progress.
  • IN_PROGRESS
  • # The job has completed successfully.
  • SUCCESS
  • # Status of job poller is not specified.
  • UNSPECIFIED
  • }