Type: ScheduledTaskCheckerType;
Type: Prognoz.Platform.Interop.KeFore.ScheduledTaskCheckerType;
The Type property returns task execution condition type.
The property is read-only.
To set if the task is executed on occurring of event, use the IScheduledTaskChecker.Check method.
The property use is given in the example for IScheduledTaskModuleChecker.Module.
See also: