check for running process

Dsmith Dsmith at nomail.com
Wed Oct 5 07:38:58 PDT 2011


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);


More information about the Digitalmars-d-learn mailing list