run task asap if missed

This forum is designated to discuss SiComponents Scheduling Agent.
Post Reply
simplysup
Posts: 8
Joined: Mon Apr 30, 2007 12:23 am

run task asap if missed

Post by simplysup »

Hi,

Is it possible to access the setting "run task as soon as possible after a scheduled start is missed"

Cheers,

Nigel
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: run task asap if missed

Post by isiticov »

Hello,

Code: Select all

TaskItem.VistaFlags := TaskItem.VistaFlags + [tfvStartWhenAvailable];
Hope this helps.
simplysup
Posts: 8
Joined: Mon Apr 30, 2007 12:23 am

Re: run task asap if missed

Post by simplysup »

D'oh, I should have found that. Thanks!

Nigel
Post Reply