pub const PROCESS_SESSION_LEADER_PID: &'static str;
Expand description

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

ยงExamples

  • 14