Click or drag to resize
AutomationTimer.Execute Method
Executes the automation timer.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.Scheduler.TaskInfo
Task to process

Return Value

Type: String

Implements

ITask.Execute(TaskInfo)
See Also