IBMQJob.queue_info

IBMQJob.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

Even if the job is queued, some of its queue information may not be immediately available.

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.