IScheduledTaskChecker.Type

Fore Syntax

Type: ScheduledTaskCheckerType;

Fore.NET Syntax

Type: Prognoz.Platform.Interop.KeFore.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.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskChecker