CogToolBase RunStatus Property Cognex VisionPro 9.10
Gets general information about the last call to the tool's Run function. 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.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public virtual ICogRunStatus RunStatus { get; }

Property Value

Type: ICogRunStatus
ICogRunStatus object describing the status as of the last invocation of the Run method.

Implements

ICogTool RunStatus
See Also