Trigering Events - Cyclic

Post comments and suggestions for RoboTask here
Post Reply
lhervaud
Posts: 2
Joined: Mon Jan 21, 2013 6:34 am
Location: France

Trigering Events - Cyclic

Post by lhervaud »

It will be interesting to exclude a time period in cyclic events.
Typically exclude some task when servers reboots (ex : in the night when windows update is applied).
It will also a good general option to exclude all the tasks of robotask.
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Trigering Events - Cyclic

Post by Oleg »

There is Cyclic triggering event for this purpose.
Read more here, please.

Just attach this event to the task and specify necessary period
lhervaud
Posts: 2
Joined: Mon Jan 21, 2013 6:34 am
Location: France

Trigering Events - Cyclic

Post by lhervaud »

But it's not possible to combine cyclic and scheduler ?
How have a task cyclic (ex 60 sec) except from 2am to 4am ?
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Trigering Events - Cyclic

Post by Oleg »

There are not general timetable for task triggers.
I wrote this into our ToDo, thank you.

But now you can put at the beginning of the task such steps:

If {Time}<2:00 then
   break
end if
If {Time}>4:00 then
   break
end if
....
other steps
....

So main algorithm of the task will be executed if if time only between 2:00 and 4:00
Post Reply