CogRunStatus Message Property Cognex VisionPro 9.22 SR1
Gets a message describing the result of running the tool.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public string Message { get; }

Property Value

Type: String
Returns null if the result was Accept, and otherwise returns a string that provides additional information about the Warning, Reject or Error condition.

Implements

ICogRunStatus Message
See Also