CogJobManager FailureLogModes Property Cognex VisionPro 9.10
Get or set the vision tool run status result code which will cause an image to be placed into the failure queue.

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

public CogFailureLogModeConstants FailureLogModes { get; set; }

Property Value

Type: CogFailureLogModeConstants
FailureLogModes takes a OR'ed value of vision tool run status result codes. If the vision tool result code is one of the specified values, then the image will be placed into the failure queue.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager or any contained CogJobs are not stopped.
Remarks

Examples

See Also