Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

경고

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide

qiskit.providers.ibmq.job.job_monitor

job_monitor(job, interval=None, output=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)[소스]

Monitor the status of an IBMQJob instance.

매개변수
  • 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.

반환 형식

None