Get or set if the CogJobManager should do garbage collection.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Property Value
Type: BooleanIf the value is set to true, then the CogJobManager will do garbage collection at the GarbageCollectionInterval. If the value is false, then the CogJobManager will not do garbage collection and the user is responsible for calling GC.Collect() themselves.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fired when GarbageCollection changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager or any contained CogJobs are not stopped. |
Remarks
Examples
See Also