MathKernelCaptureMessages Property
Get or sets whether this MathKernel object should capture Wolfram Language Message output generated during a computation.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool CaptureMessages { get; set; }
Public Property CaptureMessages As Boolean
Get
Set
public:
property bool CaptureMessages {
bool get ();
void set (bool value);
}
member CaptureMessages : bool with get, set
Property Value
Boolean
This value must be true to use the
Messages property.
The default value is true.