The general principle that Mathematica follows in evaluating expressions is to go on applying transformation rules until the expressions no longer change. This means, for ...
"ModifyEvaluatorNames" is a front end token that opens the Kernel Configuration Options dialog box.
EvaluationCompletionAction is an option for notebooks that specifies the action taken when an evaluation is completed.
Find Currently Evaluating Cell selects the cell bracket of the currently evaluating cell.
InitializationCellEvaluation is an option for notebooks that specifies whether initialization cells in a notebook are automatically evaluated when the notebook is opened.
CellEvaluationFunction is an option to Cell which gives a function to be applied to every expression from the cell that is sent to the kernel for ordinary evaluation.
Remove From Evaluation Queue cancels the pending evaluation of a cell.
NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.
WaitAll
(Built-in Mathematica Symbol) WaitAll[expr] waits for all concurrent evaluations represented by EvaluationObject expressions in expr to finish, then returns the resulting expression obtained.
The time it takes Mathematica to perform a computation is important information that can help you write efficient programs. Conveniently, you can display the time elapsed for ...