void PutMessage(
MathLinkMessage msg
)
Sub PutMessage (
msg As MathLinkMessage
)
void PutMessage(
MathLinkMessage msg
)
abstract PutMessage :
msg : MathLinkMessage -> unit
To abort a Wolfram Language computation, use PutMessage(MathLinkMessage.Abort). If a computation is successfully aborted, it will return the symbol $Aborted.
Few programmers will use this method directly, as they will be working with the higher-level IKernelLink interface, which has methods for aborting and interrupting computations.