SmartLineTool RunStatus Property Cognex VisionPro 9.23

Gets general information about the last call to the tool's Run method. Note that serious errors that occur within the tool's Run method may only be detected by examining the RunStatus after calling Run. It is the user's responsibility to examine the tool's RunStatus after calling Run.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.24.0.0
Syntax

public override IRunStatus RunStatus { get; }

Property Value

Type: IRunStatus

Implements

ITool RunStatus
See Also