pub const PROCESS_GROUP_LEADER_PID: &'static str;
Expand description

The PID of the process's group leader. This is also the process group ID (PGID) of the process.

ยงExamples

  • 23