Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I would like to run a task everyday from 8:00 to 17:00, every 30 Minutes (08:00, 08:30 ..... 16:30,17:00)
I noticed that I can set a trigger that will run every 30 minutes, but I can't find a way to limit the Start / End hour.
How can I do it?
Thanks,
Jacob
You can't set the schedule to run between certain times.
It should be possible to add some code to your app that checks the current time, and if it is not between the range it "Exits Script".
Hi..Jacob,
You have to configure scheduler and one more thing you can set start time but not end time.
Regard's
Sarvesh Srivastava
By configure schedule you mean?
The start time I see is refer only for the first run.
you can set the trigger from here.
Regard's
Sarvesh Srivastava
So you mean that my only oprion is to set a trigger to each time that I want
one trigger to 08:00
second to 09:00 and etc..
No its not like that, you can set time as per your requirement.
Hi Jacob,
you can schedule separately 4 jobs.
Regards
Sathish
You can't set the schedule to run between certain times.
It should be possible to add some code to your app that checks the current time, and if it is not between the range it "Exits Script".