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.
Scheduler
Scheduler
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.
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.