CogFailureLogModeConstants EnumerationCognex VisionPro 9.22
The CogFailureLogModeConstants enumerated type is used to indicate which of the vision tool run status result codes cause images to be stored into the failure queue. The values of this type can be OR'ed together.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

[FlagsAttribute]
public enum CogFailureLogModeConstants
Members

  Member nameValueDescription
None0 Images are not saved regardless of the Vision Tool RunStatus
Error1 Images should be saved when Vision Tools generate Error RunStatus
Reject2 Images should be saved when Vision Tools generate Reject RunStatus
Warning4 Images should be saved when Vision Tools generate Warning RunStatus
Accept8 Images should be saved when Vision Tools generate Accept RunStatus
Remarks

Examples

See Also