IScheduledTask.CreateChecker

Syntax

CreateChecker(Type: ScheduledTaskCheckerType): IScheduledTaskChecker;

Parameters

Type. Task execution condition type.

Description

The CreateChecker method creates a new condition of executing a task of the scheduled tasks container.

Comments

To determine task execution condition, use the IScheduledTask.TaskChecker property.

Example

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

See also:

IScheduledTask