BasicAerJob.status

BasicAerJob.status()[source]

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

Returns

The current JobStatus

Return type

qiskit.providers.JobStatus

Raises
  • JobError – If the future is in unexpected state

  • concurrent.futures.TimeoutError – if timeout occurred.