[][src]Function heim::process::pid_exists

pub async fn pid_exists(pid: i32) -> Result<bool, ProcessError>
This is supported on feature="process" only.

Checks if the process with given pid exists.