IScheduledTask.TaskChecker

Syntax

TaskChecker: IScheduledTaskChecker;

Description

The TaskChecker property determines task execution condition.

Comments

To create a new condition of scheduled tasks container task execution, use the IScheduledTask.CreateChecker method.

Example

The property use is given in the description for IScheduledTaskModuleChecker.Module.

See also:

IScheduledTask