CogVerifierBasic OnRunProgress Method Cognex VisionPro 9.22
Raise the RunProgress 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 OnRunProgress(
	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