ToolResultConstants EnumerationCognex VisionPro 9.24

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public enum ToolResultConstants
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