Skip to main content

Module process

Module process 

Source
Expand description

Process-state helpers shared by host-side lifecycle code.

Functionsยง

pid_exists
Return whether pid exists, regardless of whether it can still run.
pid_is_alive
Return whether pid names a live, runnable process.
pid_is_zombie
Return whether pid is currently a zombie process.