CogVerifierBasic Run Method Cognex VisionPro 9.21 SR1
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.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax

public void Run()

Implements

ICogVerifier Run 
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the verifier is already running.
See Also