Hey guys,

Has anyone coded a function to know if a given binary is currently running or not ?

e.g:
Qt Code:
  1. if (isRunning("myExe.exe") == false)
  2. {
  3. // ...
  4. }
To copy to clipboard, switch view to plain text mode 

Thanks.