ManagedJobSet.jobs

ManagedJobSet.jobs()[source]

Return jobs in this job set.

Return type

List[Optional[IBMQJob]]

Returns

A list of IBMQJob instances that represents the submitted jobs. An entry in the list is None if the job failed to be submitted.