Skip to main content

run_overlay_for

Function run_overlay_for 

pub fn run_overlay_for(
    sop: &Sop,
    engine: &Arc<Mutex<SopEngine>>,
    run_id: &str,
) -> Result<RunOverlay, Error>
Expand description

Project the live run state for run_id onto sop’s graph. Errors if the run is unknown or the engine lock is poisoned.