Click or drag to resize
SchedulingTimerTimerExists Method
Returns true if specified site timer exists.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
public static bool TimerExists(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name to check

Return Value

Type: Boolean
See Also