MathKernelIsConnected Property
Gets whether the link has been connected (typically, this means that the kernel has been launched and is ready for use).
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}
member IsConnected : bool with get
Property Value
Boolean
The link will be connected during the first call to
Connect or
Compute.