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 ??
Execute tasks in order ??
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...
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...
Last edited by Oleg on Sun Nov 04, 2007 3:21 am, edited 1 time in total.