This forum is designated to discuss SiComponents Scheduling Agent.
-
HooK
- Posts: 2
- Joined: Fri May 16, 2008 9:11 am
Post
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,
-
isiticov
- Site Admin
- Posts: 2416
- Joined: Thu Nov 21, 2002 3:17 pm
Post
by isiticov »
Hello,
Just set Duration to 60 * N(hours to run) and Interval=15
Best regards,
Igor Siticov.
-
HooK
- Posts: 2
- Joined: Fri May 16, 2008 9:11 am
Post
by HooK »
That's what I though !
Thank you isiticov.