CogVerifierBasic OnRunCompleted Method Cognex VisionPro 9.22
Raise the RunCompleted event.

Namespace: Cognex.VisionPro.Inspection
Assembly: Cognex.VisionPro.Inspection (in Cognex.VisionPro.Inspection.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

protected virtual void OnRunCompleted(
	Exception error,
	bool cancelled,
	Object userState
)

Parameters

error
Type: System Exception
The exception if any was thrown during verification, null otherwise.
cancelled
Type: System Boolean
True if verification was cancelled, false otherwise.
userState
Type: System Object
Not used.
See Also