Skip to main contentIBM Quantum Documentation
Qiskit IBM Provider is deprecated. See the migration guide to use Qiskit Runtime.

job_monitor

job_monitor(job, interval=None, output=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)

GitHub(opens in a new tab)

Monitor the status of an IBMJob instance.

Parameters

  • job (IBMJob) – Job to monitor.
  • interval (Optional[float]) – Time interval between status queries.
  • output (TextIO) – The file like object to write status messages to. By default this is sys.stdout.

Return type

None

Was this page helpful?
Report a bug or request content on GitHub.