Click or drag to resize
ITask Interface
Defines a common interface for scheduled tasks.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 8.2.23
Syntax
C#
public interface ITask

The ITask type exposes the following members.

Methods
  NameDescription
Public methodExecute
Executes the task given in a task info.
Top
See Also