AerJob.status

AerJob.status()[source]

Gets the status of the job by querying the Python’s future

Returns

The current JobStatus

Return type

JobStatus

Raises
  • JobError – If the future is in unexpected state

  • concurrent.futures.TimeoutError – if timeout occurred.