IScheduledTaskChecker.Type

Syntax

Type: ScheduledTaskCheckerType;

Description

The Type property returns task execution condition type.

Comments

The property is read-only.

To set if the task is executed on occurring of event, use the IScheduledTaskChecker.Check method.

Example

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

See also:

IScheduledTaskChecker