Page 1 of 1

Loop an task

Posted: Thu Sep 18, 2008 4:06 pm
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

Loop an task

Posted: Fri Sep 19, 2008 12:36 am
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)