CogJobManager PropertiesCognex VisionPro 9.22

The CogJobManager type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyFailureLogModes
Get or set the vision tool run status result code which will cause an image to be placed into the failure queue.
Public propertyFailureQueueCapacity
Get or set the failure queue capacity.
Public propertyFailureQueueCount
Read-only property which returns the number of failure packets in the failure queue.
Public propertyGarbageCollection
Get or set if the CogJobManager should do garbage collection.
Public propertyGarbageCollectionInterval
Get or set the garbage collection interval.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyImageQueueOverflowAction
Get or set the running state of the CogJob or CogJobManager when the image queue overflowed event is fired by a job.
Public propertyIOClearQueueOnStop
Determines whether or not the I/O queue contents must be cleared when the job stops.
Public propertyIOClientAutoReconnect
Internal use only.
Public propertyIODeviceList
Returns CogIODeviceList. The user can use this class to retrieve a reference to a CogIODevice derived object, which is created by CogJobManager initially.
Public propertyIOEnable
When this property is set to true, Cognex handles all I/O operations. Otherwise, the user is responsible for fetching results from the real-time queue and processing I/O operations. Note: The user must not modify input line commands when IOEnable is true.
Public propertyIOErrorAction
Get or set the running state of the CogJob or CogJobManager when an I/O error occurs.
Public propertyIOErrorLog
This property returns a collection of I/O runtime errors. Cognex Internal Use Only.
Public propertyIOHeartbeat
The CogJobManager generates the heartbeat signal while it is running using the data provided by IOHeartbeat. The caller must enable the output line before running any of the jobs.
Public propertyIOInfoList
Returns the CogIOInfoList, which is used to map I/O signals to physical devices in the system. Cognex internal use only
Public propertyIOQueueCapacity
Get or set the discrete queue capacity.
Public propertyJobCount
Get the number of CogJobs contained within the CogJobManager.
Public propertyJobsRunningState
Read-only property to get the state of all CogJobs in the CogJobManager.
Public propertyName
Get or set the name of the CogJobManager.
Public propertyOperatingMode
Get or set the operating mode of the CogJobManager.
Public propertyOwnedDependent
Read-only property to retrieve the CogJobManagerDependent object.
Public propertyOwnedIndependent
Read-only property to retrieve the CogJobManagerIndependent object.
Public propertyPersistedApplicationState
Get the application state that was in effect when this job manager was last serialized to a file.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyUserData
UserData. Internal use only.
Public propertyUserQueueCapacity
Get or set the user queue capacity.
Public propertyUserQueueCount
Read-only property which returns the number of result packets in the user queue.
Public propertyUserQueueResultCreation
Get or set the user queue result creation behavior.
Public propertyStatic memberVisionToolMTEnable
Get or set the vision tools multi-threading enable.
Public propertyStatic memberVisionToolMTThreadCount
Get or set the number of threads that all multi-threaded vision tools will use if the ThreadCountMode is set to UserSpecified.
Public propertyStatic memberVisionToolMTThreadCountMode
Get or set the thread count mode of the vision tool multi-threading mechanism.
Top
See Also