Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

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 IBMQJob instance.

Parameters

  • job (IBMQJob) – 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.