Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Send relevant data to a channel object when a message occurs
ResourceFunction["ChannelMessages"][eval,channel] sends message data to channel when a message occurs during evaluation of eval. | |
ResourceFunction["ChannelMessages"][eval,{channel1,channel2,…}] sends message data to the channels channel1,channel2,…. |
Listen to a channel for message data:
| In[1]:= |
| Out[1]= |
Send message data to the channel when messages occur:
| In[2]:= |
| Out[2]= |
Print the message:
| In[3]:= |
View the full data in a notebook:
| In[4]:= |
| Out[4]= |

Redirect messages from a deployed APIFunction to the current session:
| In[5]:= |
| In[6]:= | ![]() |
| Out[6]= |
Messages from the API will print in the current session:
| In[7]:= |
| Out[7]= |
| In[8]:= |
| Out[8]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License