SchedulingTimerRequestRun Method |
Requests scheduler run for specified site name, updates the Last runs HashTable and returns true if the scheduler run is allowed.
Namespace: CMS.SchedulerAssembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 12.0.0
Syntax public static bool RequestRun(
string siteName
)
Parameters
- siteName
- Type: SystemString
Scheduler site name
Return Value
Type:
BooleanSee Also