pub fn is_recorded_process_alive(pid: u32, task_started_at_ms: u64) -> boolExpand description
Check that a persisted PID still names the process instance launched for a task. On platforms without process start-time inspection, a live PID is protected; deleting a live task is worse than temporarily retaining a recycled PID.