|
"RemoveFromEvaluationQueue"
"RemoveFromEvaluationQueue" is a front end token that cancels the pending evaluation of the selected cell.
This token is equivalent to the menu command Kernel Evaluation Remove from Evaluation Queue.
To stop the evaluation of a cell that is currently being evaluated, use the front end token EvaluatorInterrupt or EvaluatorAbort.
To execute a front end token, you typically evaluate a command of the form FrontEndExecute[FrontEndToken[token]].
|