CogVerifierRunCompletedEventArgs Constructor Cognex VisionPro

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

public CogVerifierRunCompletedEventArgs(
	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