Search found 4 matches

by famini
Fri May 16, 2008 12:14 pm
Forum: VCL Scheduling Agent
Topic: Run a task every hour in vista
Replies: 3
Views: 12379

Thank you for your answer isiticov. By searching in the component source I have found a solution to my problem by setting the properties "Interval" & "Duration" of the IRepetitionPattern interface. Here is the code : if TaskScheduler.RunningVistaOrLater then begin Task.Trigge...
by famini
Fri May 16, 2008 9:37 am
Forum: VCL Scheduling Agent
Topic: Run a task every hour in vista
Replies: 3
Views: 12379

Run a task every hour in vista

Hello, I'd like to schedule a task in Vista but I have some problems. This task must be executed every hour between 0 AM and 12PM. For XP I use : Task.Triggers[0].StartDate := Date(); Task.Triggers[0].StartTime := 0; Task.Triggers[0].Duration := 1440; // 24 hours Task.Triggers[0].Interval := 60; // ...
by famini
Tue Oct 23, 2007 5:48 am
Forum: VCL Scheduling Agent
Topic: VCL Scheduling Agent and Windows Vista
Replies: 4
Views: 14282

Hello,

Indeed, you are right.

Thank you for you answer.
by famini
Mon Oct 22, 2007 12:50 pm
Forum: VCL Scheduling Agent
Topic: VCL Scheduling Agent and Windows Vista
Replies: 4
Views: 14282

VCL Scheduling Agent and Windows Vista

Hello to all,

I am wondering if the VCL Scheduling agent is working on Vista.
I think it does not work.

Do you plan to implement VCL Scheduling on Vista ?

Thank you for your answers !

Kind regards.