Enumeration of constants that indicate the overall result of running a tool.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Accept | 0 | Indicates that the tool ran successfully and did not generate a warning or reject condition. | |
| Warning | 1 | Indicates that the tool ran successfully but generated a warning condition. | |
| Reject | 2 | Indicates that the tool ran successfully but generated a reject condition. | |
| Error | -1 | Indicates that the tool did not run successfully. |
See Also