CogJobManager Run Method Cognex VisionPro 9.10
Run the CogJobManager and any contained CogJobs just once. See CogJob.Run() for additional information regarding the running of CogJobs.

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

public void Run()
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 or EStop is asserted.
CogNotStoppedExceptionThrown if the CogJobManager or any contained CogJobs are not stopped.
Remarks

Examples

See Also