Scheduling
Hi ,
I have a map that I want to have running every 5 minutes but what I have found is that unless you change the start time every time it stops running, lets say due to a restart, it won’t run.
How do I just get it to run every 5 minutes without worrying about a start time?
Cheers
I have a map that I want to have running every 5 minutes but what I have found is that unless you change the start time every time it stops running, lets say due to a restart, it won’t run.
How do I just get it to run every 5 minutes without worrying about a start time?
Cheers
You always have to have a “start time”. But you also mark the Repeat (5 minutes) but you also have to set the duration. So if you want it to run every 5 minutes all the time, then you would use a Repeat = 5 minutes and Duration of 1440 minutes (24 hours).
thanks Pat