Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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

IBMQJob.scheduling_mode()[source]

Return the scheduling mode the job is in.

The scheduling mode indicates how the job is scheduled to run. For example, fairshare indicates the job is scheduled using a fairshare algorithm.

This information is only available if the job status is RUNNING or DONE.

Return type

Optional[str]

Returns

The scheduling mode the job is in or None if the information is not available.