pub const PROCESS_SESSION_LEADER_PID: &str = "process.session_leader.pid";
Expand description

The PID of the process's session leader. This is also the session ID (SID) of the process.

§Examples

  • 14