Wait for Task Start.

Discuss RoboTask here
Post Reply
Bacilioc
Posts: 12
Joined: Wed Jan 25, 2012 7:22 pm
Location: Greece

Wait for Task Start.

Post by Bacilioc »

I have one TaskMain that run other Tasks. But there are Tasks that triggering others Tasks. How can that RoboTask to wait until start a Task?Ex: The "Task3 1/2" run a program and "Task3 2/2" have as trigger the effects of the program that run the "Task3 1/2" (download file, file modification, etc.) that will say to TaskMain wait until to start "Task3 2/2"?If in TaskMain adjust the "Task3 1/2" to "Wait for finish" and Waiting for Completion the "Task3 2/2", the Robotask running Task4 because not find "Task3 2/2" because it takes some time to activate from trigger...The TaskMain run from approximately 15 Tasks of which 8 are trigger others Tasks (TaskX 1/2 and TaskX 2/2) and so when run the TaskMain to a PC, open multiple programs simultaneously, intermingle files, etc.What I do wrong?
Post Reply