CreateChecker(Type: ScheduledTaskCheckerType): IScheduledTaskChecker;
CreateChecker(Type: Prognoz.Platform.Interop.KeFore.ScheduledTaskCheckerType): Prognoz.Platform.Interop.KeFore.IScheduledTaskChecker;
Type. Task execution condition type.
The CreateChecker method creates a new condition of executing a task of the scheduled tasks container.
To determine task execution condition, use the IScheduledTask.TaskChecker property.
The property use is given in the description for IScheduledTaskModuleChecker.Module.
See also: