Page 1 of 1

Execute tasks in order ??

Posted: Sat Nov 03, 2007 1:29 pm
by bubbles
Hello peeps,
When I have a list of robotasks, and  I  want to execute them all (selecting them all) .. is there any way I can do them in order, rather than them all starting together?
 
Thanks, Bubbles

Execute tasks in order ??

Posted: Sat Nov 03, 2007 11:20 pm
by Oleg
Each task is an independent object at it can be launched with othrer tasks at a time. If you want to run each task after another sequentially you can use "Start task" action with "Wait for finish" option. Next you have to launch this task.

Your task looks like this:

Start task "Task1" and wait
Start task "Task2" and wait
Start task "Task3" and wait
Start task "Task4" and wait
Start task "Task5" and wait
Start task "Task6" and wait

etc...