Hello
I am trying to create a listener. In my case an UDP-listener that's suppose to do something with the data I'm sending it from a different system. The communication works fine, I'm able to start a task when a message is received in Dashboard, but [I]how[/I] do I retrieve the data within the message?
I'm looking for something like:
var myListener = ogscript.getListenerById (myId);
var data = myListener.lastMessageValue;
Thanks :)