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. AnalysisStatus¶ class AnalysisStatus(value)[source]¶ Class for analysis callback status enumerated type. Attributes AnalysisStatus.QUEUED AnalysisStatus.RUNNING AnalysisStatus.CANCELLED AnalysisStatus.DONE AnalysisStatus.ERROR