![]() |
Previous Top Next |
umCronJob, umAwayTimer and umAccurateTimer components.
|
property Active: Boolean; // True by default
|
The Active property controls whether the umCronJob is active and able to trigger OnAlert event at the time scheduled in CronMask property.
|
|
Set Active property to True to enable the cronjob and, othwise set it to False to disable it.
|
CronMask property and OnAlert event.
|