EvaluationStatusUpdate
Give status updates while your code is running
ResourceFunction["EvaluationStatusUpdate"][tag] start the evaluation status update, using tag. | |
MyFunction[tag,message] update evaluation status for tag with message. |
Examples
Basic Examples
Define a test function which uses EvaluationStatusUpdate multiple times:
Evaluate the test function:
The test function will print a status update cell. After one second the status will read:
After two seconds the status will read:
After three seconds the status will read:
After four seconds the status update cell disappears and the test function output is returned:
Out[1]= |