Page 1 of 1

run task asap if missed

Posted: Sat Jul 11, 2020 11:26 pm
by simplysup
Hi,

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

Cheers,

Nigel

Re: run task asap if missed

Posted: Sun Jul 12, 2020 2:23 am
by isiticov
Hello,

Code: Select all

TaskItem.VistaFlags := TaskItem.VistaFlags + [tfvStartWhenAvailable];
Hope this helps.

Re: run task asap if missed

Posted: Mon Jul 13, 2020 11:39 am
by simplysup
D'oh, I should have found that. Thanks!

Nigel