Click or drag to resize
AutomationTimerExecute Method
Executes the automation timer.

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

Parameters

task
Type: CMS.SchedulerTaskInfo
Task to process

Return Value

Type: String

Implements

ITaskExecute(TaskInfo)
See Also