CogUserTool AbortRunOnToolFailure Property Cognex VisionPro 9.8 SR1
Gets or sets a flag indicating if the Run invocation should abort if the Run method of any of its contained tools fails.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public bool AbortRunOnToolFailure { get; set; }

Property Value

Type: Boolean
True means only tools upto the first failing tool are run; false means all tools are run regardless of failures.
See Also