Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Top
Top
Top
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
The ICogJobResultHistory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddNewUserResult | ||
| Clear |
Properties
| Name | Description | |
|---|---|---|
| CurrentItem | ||
| CurrentItemIndex | ||
| CurrentQueue | ||
| CurrentQueueViewer | ||
| LatestItem | ||
| MaxQueueLength | ||
| Running |
Events
| Name | Description | |
|---|---|---|
| CurrentItemChanged |
Raised when the current item is changed. Note that the current item can change as a
side-effect of changing the CurrentQueue.
| |
| CurrentItemIndexChanged |
Raised when the current item index is changed. Note that the current item can change as a
side-effect of changing the CurrentQueue.
| |
| CurrentQueueChanged |
Raised when the currently selected queue changes.
| |
| LatestQueueItemChanged |
Raised when only the latest item (index 0) of the currently selected queue is changed.
Every time a new item is added, either the QueueItemsChanged or LatestQueueItemChanged
event will be raised (not both).
| |
| QueueItemsChanged |
Raised when a major change is made to the currently selected queue contents - generally
this occurs when a new queue item is pushed on, shifting all queue items by one.
Every time a new item is added, either the QueueItemsChanged or LatestQueueItemChanged
event will be raised (not both).
|
See Also