Get or set the CogJob's RunMode.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Property Value
Type: CogJobRunModeConstantsThe RunMode determines which parts (acquisition and/or image processing) of the CogJob are run.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the RunMode changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped. |
Remarks
Examples
See Also