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.

ExperimentStatus

class ExperimentStatus(value)[source]

Class for experiment status enumerated type.

Attributes

ExperimentStatus.EMPTY

ExperimentStatus.INITIALIZING

ExperimentStatus.VALIDATING

ExperimentStatus.QUEUED

ExperimentStatus.RUNNING

ExperimentStatus.CANCELLED

ExperimentStatus.POST_PROCESSING

ExperimentStatus.DONE

ExperimentStatus.ERROR