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

resultGet the result for this job.
statusGet the latest status of this job.

Attributes

action_idReturn the identifier for this job.

Was this useful?