CogVerificationSimpleResultConstants EnumerationCognex VisionPro 9.5
This enumeration holds the expected value for the VisionTool.RunStatus.Result property.

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

public enum CogVerificationSimpleResultConstants
Members

  Member nameValueDescription
Accept0 The expected RunStatus.Result from the Vision Tool is Accept.
Reject1 The expected RunStatus.Result from the Vision Tool is Reject.
Unknown2 The expected RunStatus.Result from the Vision Tool is Unknown. The verifier has a property called UnknownResultBehavior which controls what happens during verification when this enumeration is encountered.
See Also