CogJobManager IOErrorAction Property Cognex VisionPro 9.25 SR1
Get or set the running state of the CogJob or CogJobManager when an I/O error occurs.

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

public CogIOErrorActionConstants IOErrorAction { get; set; }

Property Value

Type: CogIOErrorActionConstants
One of the CogIOErrorActionConstants enum value.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager is not stopped
Remarks

Examples

See Also