Reset puts the CogJobManager into its initial state. If there are any contained CogJobs, they are shutdown and removed.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fired once with all the accumulated changes. |
| CogJobManager ResetComplete | Fires when the CogJobManager has been fully reset. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager or contained CogJobs are not stopped. |
See Also