CxInspectionResult
Description
Enumeration of result values of CxInspection.Check.
Public / Constants
Failed
One or more problems have been found by the inspection.
For each problem, a message has been output to the validator.
Finish
The inspection has finished checking on the given PSI node branch.
If an inspection has returned this result, it will return Passed when called on any descendant PSI node.