FireOpalJob

class fireopal.FireOpalJob(action_id=None, action=None)

Fire Opal Job class.

Parameters

  • action (Action or None) – The unique identifier object for a job submitted to Q-CTRL.
  • action_id (str or int or None) – The unique identifier for a job submitted to Q-CTRL.

Methods

resultThe results of the Q-CTRL Fire Opal job.
statusThe status of the Q-CTRL Fire Opal job, as explained in the following list:

Attributes

action_idThe identifier for a Q-CTRL job.

Was this useful?