Page 1 of 1

Settting the end time of a task

Posted: Wed Jul 02, 2008 9:27 am
by HooK
Hello,

I want to schedule a task which start at 6am and then run every 15 minutes until 10pm.

In windows I can manually set the end time of the task but how can I do this with TTaskScheduler ?

Is setting the Duration property of the Task trigger to 600 will does the same thing ?

Thanks,

Posted: Wed Jul 02, 2008 4:57 pm
by isiticov
Hello,
Just set Duration to 60 * N(hours to run) and Interval=15

Posted: Thu Jul 03, 2008 7:00 am
by HooK
That's what I though !

Thank you isiticov.