Function getpgid

Source
pub fn getpgid(pid: Option<Pid>) -> Result<Pid>
Available on crate feature process only.
Expand description

getpgid(pid)—Returns the process group ID of the given process.

§References