CogJob RunningSyncBoolean Property Cognex VisionPro 9.10
Gets an interface to a synchronization boolean. This boolean will be true if the threads of this job have been told to run and have not yet stopped. Otherwise it will be false.

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

public ICogSyncBoolean RunningSyncBoolean { get; }

Property Value

Type: ICogSyncBoolean
An ICogSyncBoolean interface that indicates whether the job threads are running, and signals when this boolean value is changed.
See Also