This enumeration holds the expected value for the VisionTool.RunStatus.Result property.
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Accept | 0 | The expected RunStatus.Result from the Vision Tool is Accept. | |
| Reject | 1 | The expected RunStatus.Result from the Vision Tool is Reject. | |
| Unknown | 2 | 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