Set the status of a queued image
Usage
at_set_status(session, i, status, call = rlang::caller_env())Arguments
- session
An annot_session.
- i
Integer image index (1-based) within the queue.
- status
One of
"pending","in_progress","complete","flagged","skipped".- call
The calling environment, for error reporting.
Value
A new annot_session with the status updated.
See also
Other sessions:
at_current(),
at_example_session(),
at_goto(),
at_manifest(),
at_next(),
at_prev(),
at_resume(),
at_session(),
at_session_status()