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