IScheduledTask.TaskChecker

Fore Syntax

TaskChecker: IScheduledTaskChecker;

Fore.NET Syntax

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

Fore and Fore.NET Examples

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

See also:

IScheduledTask