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 qiskit.providers.JobStatus(value)

GitHub

Bases: Enum

Class for job status enumerated type.


Attributes

INITIALIZING

Default value: 'job is being initialized'

QUEUED

Default value: 'job is queued'

VALIDATING

Default value: 'job is being validated'

RUNNING

Default value: 'job is actively running'

CANCELLED

Default value: 'job has been cancelled'

DONE

Default value: 'job has successfully run'

ERROR

Default value: 'job incurred error'

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