Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
ExperimentData.status¶
- ExperimentData.status()[source]¶
Return the experiment status.
Possible return values for
ExperimentStatus
areEMPTY
- experiment data is emptyINITIALIZING
- experiment jobs are being initializedQUEUED
- experiment jobs are queuedRUNNING
- experiment jobs is actively runningCANCELLED
- experiment jobs or analysis has been cancelledPOST_PROCESSING
- experiment analysis is actively runningDONE
- experiment jobs and analysis have successfully runERROR
- experiment jobs or analysis incurred an error
Note
If an experiment has status
ERROR
there may still be pending or running jobs. In these cases it may be beneficial to callcancel_jobs()
to terminate these remaining jobs.- Return type:
- Returns:
The experiment status.