CogJobManager RunContinuous Method Cognex VisionPro 9.8
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.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public void RunContinuous()
Events

Event TypeReason
CogJobManager StoppedFires when the CogJobManager and all contained CogJobs have completely stopped.
Exceptions

ExceptionCondition
CogNotRunnableExceptionThrown if the CogJobManager or any contained CogJobs cannot be run, usually because it has been already shutdown.
CogNotStoppedExceptionThrown if the CogJobManager or any contained CogJobs are not stopped.
Remarks

Examples

See Also