process
Utils to check OS processes
Functions:
-
check_process_status–Function to check if the process exists
-
is_active_process–Function to check if the process exists
check_process_status
Function to check if the process exists
Parameters:
-
(pid_int) –PID of the process
Returns:
-
bool–True if exists, False if not