CogRunStatus PropertiesCognex VisionPro 9.24

The CogRunStatus 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 propertyException
Gets the exception thrown (and caught) while executing the tool's Run method.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyMessage
Gets a message describing the result of running the tool.
Public propertyProcessingTime
Gets the time taken to perform the tool processing portion of the Run function.
Public propertyResult
Gets a result code that indicates the overall result of running the tool.
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 propertyTotalTime
Gets the time taken to execute the entire Run function.
Top
See Also