An enumeration that specifies the status of an operator when run.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NotRun | 0 | The operator has not been run. | |
| Passed | 1 | The operator ran and passed. | |
| FailedTolerance | 2 | The operator ran but one or more of the tolerances failed. | |
| FeatureNotComputed | 4 | The operator ran but failed to compute a feature. | |
| FeatureNotExtracted | 5 | The operator ran but failed to extract a feature. | |
| FailedToMeasure | 6 | The operator ran but failed to produce a measurement. | |
| InputFeatureMissing | 7 | The operator ran but one or more of its input operators were not found. |
See Also