SchedulingHelper Properties |
The SchedulingHelper type exposes the following members.
Name | Description | |
---|---|---|
EnableScheduler |
If true (default value), running of scheduler is enabled.
| |
LogFile |
Logs file.
| |
LogTasks |
If true, executed tasks are logged into file.
| |
RunSchedulerWithinRequest |
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).
| |
ServiceInterval |
Gets windows service interval (in seconds).
| |
UseAutomaticScheduler |
If true, the automatic version of scheduler is used (standalone thread and scheduler handler). The default settings is false (scheduler is executed by the activity of the requests).
| |
UseExternalService |
Indicates if the windows service should be used.
|