CogToolResultConstants EnumerationCognex VisionPro
Enumeration of constants that indicate the overall result of running a tool.

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

public enum CogToolResultConstants
Members

  Member nameValueDescription
Accept0 Indicates that the tool ran successfully and did not generate a warning or reject condition.
Warning1 Indicates that the tool ran successfully but generated a warning condition.
Reject2 Indicates that the tool ran successfully but generated a reject condition.
Error-1 Indicates that the tool did not run successfully.
See Also