pidExists
fn
bool pidExists(int pid) @trustedChecks if a process with the given PID exists.
Parameters
pid | The process ID to check. |
Returns
true if the process exists, false otherwise.
bool pidExists(int pid) @trustedChecks if a process with the given PID exists.
pid | The process ID to check. |