Click or drag to resize
TaskInfoProviderResetAllTasksInternal Method
Reset executions count of all non-system tasks

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
protected virtual void ResetAllTasksInternal(
	int siteID
)

Parameters

siteID
Type: SystemInt32
SiteID of tasks. 0 for global tasks
See Also