IBMCircuitJob.queue_info#

IBMCircuitJob.queue_info()[source]#

Return queue information for this job.

The queue information may include queue position, estimated start and end time, and dynamic priorities for the hub, group, and project. See QueueInfo for more information.

Note

The queue information is calculated after the job enters the queue. Therefore, some or all of the information may not be immediately available, and this method may return None.

Return type:

Optional[QueueInfo]

Returns:

A QueueInfo instance that contains queue information for this job, or None if queue information is unknown or not applicable.