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

qiskit.tools.job_monitor

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

GitHub(opens in a new tab)

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) –
  • line_discipline (string) – character emitted at start of a line of job monitor output,
  • defaults to r. (This) –
Was this page helpful?
Report a bug or request content on GitHub.