qrisp.interface.Job.refresh#

Job.refresh() JobStatus[source]#

Fetch the latest status from the backend and return it.

Delegates to status(), which already updates last_known_status as 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.