IsProcessRunning (open)
Check if a process is still running
Syntax
LOADLIB "wh::os.whlib";
BOOLEAN FUNCTION IsProcessRunning(INTEGER processid)
Parameters
INTEGER processid
ID of process to check
Return value
BOOLEAN
True if the process is still running