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