pub fn open_process(pid: u32) -> Option<LinuxProcess>Expand description
Opens process with specified id.
If the process is not found or could not be opened None will be returned.
pub fn open_process(pid: u32) -> Option<LinuxProcess>Opens process with specified id.
If the process is not found or could not be opened None will be returned.