pub async fn get_rerun_info(
process_id: &str,
) -> Option<(String, Option<String>, Option<HashMap<String, String>>, Option<u64>)>Expand description
Retrieve info needed to re-run a command (from a previous process_id).
Returns (command, cwd, env, timeout_secs) if the process was registered.