IScheduledTask.CreateChecker

Fore Syntax

CreateChecker(Type: ScheduledTaskCheckerType): IScheduledTaskChecker;

Fore.NET Syntax

CreateChecker(Type: Prognoz.Platform.Interop.KeFore.ScheduledTaskCheckerType): Prognoz.Platform.Interop.KeFore.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.

Fore and Fore.NET Examples

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

See also:

IScheduledTask