Skip to main content

save_session

Function save_session 

Source
pub fn save_session(session: &SessionRecord) -> Result<()>
Expand description

Persist one operational session without rewriting unrelated controller state. Dashboard lifecycle jobs use this path so independent jobs can commit concurrently without restoring stale copies of other sessions.