qiskit.providers.ibmq.runtime.RuntimeJob.wait_for_final_state¶
- RuntimeJob.wait_for_final_state(timeout=None, wait=5)[ソース]¶
Poll the job status until it progresses to a final state such as
DONE
orERROR
.- パラメータ
timeout (
Optional
[float
]) – Seconds to wait for the job. IfNone
, wait indefinitely.wait (
float
) – Seconds between queries.
- 例外
JobTimeoutError – If the job does not reach a final state before the specified timeout.
- 戻り値の型
None