CogJobManager GarbageCollection Property Cognex VisionPro 9.5
Get or set if the CogJobManager should do garbage collection.

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 bool GarbageCollection { get; set; }

Property Value

Type: Boolean
If 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

Exceptions

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

Examples

See Also