CogJobManager Shutdown Method Cognex VisionPro 9.5
Shutdown terminates all internal threads inside the CogJobManager and calls shutdown on all contained CogJobs. Shutdown must be called to allow the CogJobManager to cleanly terminate. After the CogJobManager and all contained CogJobs have shutdown, it cannot be run again. Do not persist (save) a shutdown CogJobManager, since it cannot be run again, even after de-persisting it.

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

public void Shutdown()
Remarks

Examples

See Also