Function run_overlay_for
pub fn run_overlay_for(
sop: &Sop,
engine: &Arc<Mutex<SopEngine>>,
run_id: &str,
) -> Result<RunOverlay>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.