Enumeration of Timeout status.
When AllowPartialResults is enabled, the results could be either partial
or full depending on the Timeout value.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Okay | 0 | Okay is returned when AllowPartialResults is set to true and all results are returned within the timeout value. | |
| Timeout | 1 | When AllowPartialResults is set to true and a timeout occurs, partial results will be returned if available. |
See Also