Skip to main contentIBM Quantum Documentation

JobStatus

qiskit.providers.JobStatus(value) GitHub(opens in a new tab)

Bases: Enum(opens in a new tab)

Class for job status enumerated type.


Attributes

INITIALIZING

= 'job is being initialized'

QUEUED

= 'job is queued'

VALIDATING

= 'job is being validated'

RUNNING

= 'job is actively running'

CANCELLED

= 'job has been cancelled'

DONE

= 'job has successfully run'

ERROR

= 'job incurred error'

Was this page helpful?