CogVerifierRunProgressChangedEventArgs Constructor Cognex VisionPro 9.7

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

public CogVerifierRunProgressChangedEventArgs(
	int progressPercentage,
	CogVerificationData outputData,
	Object userState
)

Parameters

progressPercentage
Type: System Int32
The percentage the verifier has completed running (0-100).
outputData
Type: Cognex.VisionPro.Inspection CogVerificationData
The output data object that was generated from the last iteration that was completed.
userState
Type: System Object
Not used.
See Also