MathKernelAbort Method

Sends a request to abort the computation currently in progress.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public void Abort()

Remarks

This method will be called from a different thread than the one that is executing the Compute method.

See the IKernelLink.AbortEvaluation method for more information.

See Also