In the core.thread library, there is a method isRunning() which takes a thread.

To make code more portable, rather than use a system call or getenv(), how might
isRunning() be adapted to check if a program is running?
Ideally: isrunning(program_name);

Reply via email to