Click or drag to resize
PartialQueueCleanerExecute Method
Runs a partial queue cleaner using the task info specified.

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

Parameters

task
Type: CMS.SchedulerTaskInfo
Task info

Return Value

Type: String
A message describing the result of operation

Implements

ITaskExecute(TaskInfo)
See Also