CogJobManager Reset Method Cognex VisionPro 9.7
Reset puts the CogJobManager into its initial state. If there are any contained CogJobs, they are shutdown and removed.

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

public void Reset()
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager or contained CogJobs are not stopped.
Remarks

Examples

See Also