Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK Go to the latest version
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

JobStatus

class JobStatus(value)

GitHub

Bases: enum.Enum

Class for job status enumerated type.


Attributes

CANCELLED

Default value: 'job has been cancelled'

DONE

Default value: 'job has successfully run'

ERROR

Default value: 'job incurred error'

INITIALIZING

Default value: 'job is being initialized'

QUEUED

Default value: 'job is queued'

RUNNING

Default value: 'job is actively running'

VALIDATING

Default value: 'job is being validated'

Was this page helpful?
Report a bug or request content on GitHub.