Skip to main content

is_process_alive

Function is_process_alive 

Source
pub fn is_process_alive(pid: u32) -> bool
Expand description

Check whether a host process exists.

On Unix, EPERM still means the process exists even though the caller is not allowed to signal it.