ToolBase RunStatus Property Cognex VisionPro 9.21

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.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public abstract IRunStatus RunStatus { get; }

Property Value

Type: IRunStatus

Implements

ITool RunStatus
See Also