Skip to main content

JobResponse

Example: "COMPLETE"

Status of this job. The statuses have the following meanings:

  • PENDING_UPLOAD: This is a model update job, and is awaiting notification that file upload has completed before proceeding any further.
  • QUEUED: The job is ready for processing, and is queued waiting for a worker process to become available.
  • PROCESSING: The job is actively being processed by a worker.
  • COMPLETE: The job completed succesfully.
  • FAILED: The job failed. No further processing of this job will be attempted.

The payload describes the outcome of the job, and is set for completed or failed jobs. This property will not appear if the job is not yet COMPLETE or FAILED.

  • For all failed jobs, this will be a JobErrorPayload.
  • For completed create or update jobs, this will be a Version.
  • For completed query jobs, this will be a QueryDownload.

© Seequent, The Bentley Subsurface Company