FireOpalJob
class fireopal.FireOpalJob(action_id)Handle for a Fire Opal job.
Use the instance of this class returned by functions that submit
jobs (for example, fireopal.execute()) to check the status or
fetch the result of the job.
Parameters
action_id (str or int) – The unique identifier for a job submitted to Q-CTRL.
Methods
| result | Get the result for this job. |
| status | Get the latest status of this job. |
Attributes
| action_id | Return the identifier for this job. |