pub const PROCESS_GROUP_LEADER_PID: &str = "process.group_leader.pid";
Expand description

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

§Examples

  • 23