CogMaximizerEvaluateEventArgs ContinueRunning Property Cognex VisionPro 9.7
Your handler should set a value of true to continue the maximization, or false to terminate it. If you specify a value of false, the Execute function throws a CogMaximizerCancelledException.

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

public bool ContinueRunning { get; set; }

Property Value

Type: Boolean
See Also