Click or drag to resize
SchedulingHelper Properties

The SchedulingHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEnableScheduler
If true (default value), running of scheduler is enabled.
Public propertyStatic memberServiceInterval
Gets windows service interval (in seconds).
Public propertyStatic memberUseAutomaticScheduler
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.
Public propertyStatic memberUseExternalService
Indicates if the windows service should be used.
Top
See Also