SchedulingHelper Methods |
The SchedulingHelper type exposes the following members.
Name | Description | |
---|---|---|
ApplicationInterval |
Gets application scheduler interval.
| |
Clear |
Clears the enabled status of the scheduler so it can reload
| |
DecodeInterval |
Decodes interval string from database.
| |
EncodeInterval |
Encodes interval for save it to database.
| |
GetFirstRunTime |
Returns date and time when the very first scheduling moment occurs based on the current date and time and the scheduling pattern.
| |
GetNextTime |
Returns date and time when the next scheduling moment occurs based on the current date and time and the scheduling pattern.
| |
IsAnyTaskRunning |
Returns true if there are any currently running tasks.
| |
IsExternalTaskTooLate |
Returns true if externally handled task did not execute for more than certain amount of times.
| |
LogTask |
Logs task.
| |
RunEndRequestScheduler |
Attempts to run the scheduler request based on scheduler configuration.
| |
RunSchedulerRequest |
Runs the request to the scheduler page.
|