Warning
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be
archived soon. Please transition to the new packages. More information in
https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.job.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
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
.