Function open_process

Source
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.