Enumeration of constants that indicate the overall result of running a tool.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.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