SchedulingTimerEnsureTimer Method |
Ensures the scheduling timer.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax public static SchedulingTimer EnsureTimer(
string siteName,
bool running
)
Parameters
- siteName
- Type: SystemString
Site name - running
- Type: SystemBoolean
If true, the timer is running, else the timer is passive (executes at request)
Return Value
Type:
SchedulingTimerSee Also