Click or drag to resize
SchedulingHelperUseAutomaticScheduler Property
If true, the automatic version of scheduler is used (standalone thread and scheduler.aspx page). The default settings is false (scheduler is executed by the activity of the requests).

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
public static bool UseAutomaticScheduler { get; set; }

Property Value

Type: Boolean
See Also