Loop an task

Discuss RoboTask here
Post Reply
kanuddel
Posts: 1
Joined: Thu Sep 18, 2008 4:04 pm

Loop an task

Post by kanuddel »

is it possible, to loop an complete task?im sure it is anyhow, but i haven't find this function jet. can anybody help me please?thanks
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Loop an task

Post by Oleg »

Hm...
Create the task, which does the following:

Simple loop
   Start task //another task with waiting
end loop

You may use "While loop" instead of "Simple loop"
Also you can simply attach to the task "Cyclic" triggering event and start the task automativally each 5 sec (for example)
Post Reply