CxInspectionResult

Description

[Flags]
enum Tinman.Core.Cx.Inspections.CxInspectionResult

Enumeration of result values of CxInspection.Check.

Public / Constants

Passed

public constant Passed → (0:int32)

No problems have been found by the inspection.

Failed

public constant Failed → (1:int32)

One or more problems have been found by the inspection.

For each problem, a message has been output to the validator.

Finish

public constant Finish → (2:int32)

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.

All

public constant All → (3:int32)

All flags.