Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
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. |
Define a test function which uses EvaluationStatusUpdate multiple times:
In[1]:= |
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.
Evaluate the test function:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License