Function Repository Resource:

EvaluationStatusUpdate

Source Notebook

Give status updates while your code is running

Contributed by: Arnoud Buzing

ResourceFunction["EvaluationStatusUpdate"][tag]

start the evaluation status update, using tag.

MyFunction[tag,message]

update evaluation status for tag with message.

Examples

Basic Examples (5) 

Define a test function which uses EvaluationStatusUpdate multiple times:

In[1]:=
(* Evaluate this cell to get the example input *) CloudGet["https://www.wolframcloud.com/obj/732a8d1a-fbc5-4d06-a986-ede59b43030b"]

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]:=
Test[]
Out[2]=

Publisher

Arnoud Buzing

Version History

  • 1.0.0 – 05 February 2020

License Information