Click or drag to resize
SchedulingHelperRunSchedulerWithinRequest Property
If true, the scheduler tasks are executed within the standard requests (at the end of requests). The default settings is true (scheduler is executed within the request).

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

Property Value

Type: Boolean
See Also