qrisp.interface.Job.refresh#
- Job.refresh() JobStatus[source]#
Update and return the job’s status via
status().This method exists as a named alias that makes the intent explicit: the caller wants to refresh the cached status, not merely read it. As with
status(), implementations may skip the live query once the job is in a terminal state.- Returns:
- JobStatus
The current status, matching what
status()returns.