Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

qiskit.tools.job_monitor

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

GitHub

Monitor the status of a IBMQJob instance.

Parameters

  • job (BaseJob) – Job to monitor.
  • interval (int) – Time interval between status queries.
  • quiet (bool) – If True, do not print status messages.
  • output (file) – The file like object to write status messages to.
  • default this is sys.stdout. (By) –
Was this page helpful?
Report a bug or request content on GitHub.