Enumeration
PreflightRuleFlag
The flag indicating whether the rule is disabled, set for error, warning, or just informational.
Value
Name
Description
Value
PreflightRuleFlag.RETURN_AS_ERROR
Treat as error if rule check failed.
1699890546 = 'eREr'
PreflightRuleFlag.RETURN_AS_INFORMATIONAL
Treat as information only if rule check failed.
1699893865 = 'eRRi'
PreflightRuleFlag.RETURN_AS_WARNING
Treat as warning if rule check failed.
1699893879 = 'eRRw'
PreflightRuleFlag.RULE_IS_DISABLED
Rule is currently disabled.
1699890274 = 'eRDb'
Usage
As property
PreflightProfileRule
.flag
PreflightRuleInstance
.flag
Jongware, 28-Apr-2012 v3.0.3i
Contents
::
Index