status

FireOpalJob.status()

The status of the Q-CTRL Fire Opal job, as explained in the following list:

SUCCESS: : “Job has finished successfully.”

REVOKED: : “Job has been cancelled.”

FAILURE: : “Job has failed.”

PENDING: : “Job has been submitted to Q-CTRL.”

RECEIVED: : “Job has been submitted to Q-CTRL.”

RETRY: : “Job has been submitted to Q-CTRL.”

STARTED: : “Job has been submitted to Q-CTRL.”

Returns

dict[str, str] – The status of the Q-CTRL Fire Opal job.

Return type

dict[str, str]

Was this useful?