IBMCompositeJob.queue_info#
- IBMCompositeJob.queue_info()[source]#
Return queue information for this job.
This method returns the queue information of the sub-job that is last in queue.
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
.