Page 1 of 1

check for process

Posted: Thu Sep 13, 2012 11:16 pm
by rgonzalez
would be nice having a check for running process to know if a specific process is running or not and then do some steps according to it.could be the same for services!thank you!

check for process

Posted: Fri Sep 14, 2012 10:06 am
by Oleg
There is {IsProcessExists()} system variable.
For example {IsProcessExists(notepad.exe)} returns FALSE, if Notepad was not launched. Otherwise
TRUE if Notepad exists in memory.
The variable is in System Info group.

check for process

Posted: Fri Sep 14, 2012 2:49 pm
by rgonzalez
oh i see it! do we have something for services too?

check for process

Posted: Fri Sep 14, 2012 3:49 pm
by Oleg
Unfortunately no. I wrote about getting service status
feature into our ToDo.