MathKernelCaptureMessages Property

Get or sets whether this MathKernel object should capture Wolfram Language Message output generated during a computation.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool CaptureMessages { get; set; }

Property Value

Boolean

Remarks

This value must be true to use the Messages property.

The default value is true.

See Also