IScheduledTaskValidationChecker.Condition

Fore Syntax

Condition: STValidationCheckerConditionType;

Fore.NET Syntax

Condition: Prognoz.Platform.Interop.KeFore.STValidationCheckerConditionType;

Description

The Condition property determines exception type.

Comments

To determine the number of exceptions from the rule, use the IScheduledTaskValidationChecker.ExceptionCount property.

Fore and Fore.NET Examples

The property use is given in the example for IScheduledTaskValidationChecker.Validation.

See also:

IScheduledTaskValidationChecker