CogJobManager IOErrorAction Property Cognex VisionPro 9.21
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: 83.0.0.0 (83.0.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