Skip to contents

Unlike advance_sequential_lrt(), this never launches a fit, decides a phase winner, or mutates the persisted session; it only attaches a live state peek (via a single-shot, non-blocking get_nlme_job_status()) for the anchor or any running candidate jobs.

Usage

get_sequential_lrt_status(session_id, project_dir = ".")

Arguments

session_id

Session id from start_sequential_lrt().

project_dir

Project root the session was started under.

Value

The same status shape as advance_sequential_lrt(), with a live_state field added to operations[[i]] while status == "running" (and top-level anchor_live_state while anchoring).