qrisp.interface.Job.refresh#
- Job.refresh() JobStatus[source]#
Fetch the latest status from the backend and return it.
Delegates to
status(), which already updateslast_known_statusas a side effect. This method exists as a named alias that makes the intent explicit: the caller wants to refresh the cached status, not merely query it.- Returns:
- JobStatus
The freshly fetched status.