qiskit.tools.job_monitor
job_monitor(job, interval=None, quiet=False, output=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)
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.