Skip to contents

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.