MathKernelIsConnected Property

Gets whether the link has been connected (typically, this means that the kernel has been launched and is ready for use).

Definition

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

Property Value

Boolean

Remarks

The link will be connected during the first call to Connect or Compute.

See Also