SchedulingHelperUseAutomaticScheduler Property |
If true, the automatic version of scheduler is used (standalone thread and scheduler handler).
If false, the scheduler tasks are executed within the standard requests (at the end of requests).
The default settings value is true.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax public static bool UseAutomaticScheduler { get; }
Property Value
Type:
BooleanSee Also