pub const PROCESS_SESSION_LEADER_PID: &str = "process.session_leader.pid";
The PID of the process's session leader. This is also the session ID (SID) of the process.
14