cronjob Active property
Return to Introduction  Previous page  Next page
Applies to
acCronJob, acAwayTimer and acAccurateTimer components.  

Declaration
property Active: Boolean; // True by default  

Description
The Active property controls whether the acCronJob 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.  

See also
CronMask property and OnAlert event.