Run the CogJobManager and all contained CogJobs in a continuous loop. This CogJobManager will not stop running until Stop() is called. See CogJob.RunContinuous() for additional information regarding the running of CogJobs.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Events
| Event Type | Reason |
|---|---|
| CogJobManager Stopped | Fires when the CogJobManager and all contained CogJobs have completely stopped. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotRunnableException | Thrown if the CogJobManager or any contained CogJobs cannot be run, usually because it has been already shutdown. |
| CogNotStoppedException | Thrown if the CogJobManager or any contained CogJobs are not stopped. |
Remarks
Examples
See Also