check for process

Post comments and suggestions for RoboTask here
Post Reply
rgonzalez
Posts: 41
Joined: Fri Nov 26, 2010 10:19 am

check for process

Post 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!
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

check for process

Post 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.
rgonzalez
Posts: 41
Joined: Fri Nov 26, 2010 10:19 am

check for process

Post by rgonzalez »

oh i see it! do we have something for services too?
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

check for process

Post by Oleg »

Unfortunately no. I wrote about getting service status
feature into our ToDo.
Post Reply