Execute tasks in order ??

Discuss RoboTask here
Post Reply
bubbles
Posts: 9
Joined: Sat Nov 03, 2007 10:26 am
Location: United Kingdom

Execute tasks in order ??

Post 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
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Execute tasks in order ??

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