Runs the verifier synchronously. This method will block until the entire input database is iterated over.
This method should not be called from a GUI callback handler (such as a button click handler)
since it can take a very long time to run. Please use the RunAsync() method instead (and subscribe
to the various verifier events).
Namespace: Cognex.VisionPro.InspectionAssembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Implements
ICogVerifier RunExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the verifier is already running. |
See Also