Scheduler

Discuss RoboTask here
Post Reply
dondada
Posts: 22
Joined: Fri May 20, 2005 11:30 am

Scheduler

Post by dondada »

When using a different scheduler (Windows Scheduler) robotask executes the task saved to the desktop but it doesn't wait for applications to close before continuing as it does when you use the scheduler built in to robotask. Is this a bug or am I doing something wrong?
This is a problem because I am having inconsistent results using the Robotask scheduler when I am logged off and it is running as a service.
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Scheduler

Post by Oleg »

I think that you mean "Run program/Open document" action. Set "wait option" parameter into "Wait until the application exits".
Also you can wait for finishing of any process by using "Wait for process" action. You can check existence of process in memory by macrovariable IsProcessExists.
Post Reply