Click or drag to resize
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.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 13.0.131
Syntax
C#
public static bool UseAutomaticScheduler { get; }

Property Value

Type: Boolean
See Also