Interval based service output
Is there any way to send multiple outputs from the single service at a set of intervals?
for ex:
I have an HTML snippet to display images using the HTML text area widget.
In my case, I have a list of image URLs in an array to display. My intention after invoking the service user should see all the images, each image should stay on the screen for 2 seconds.
unfortunately, the HTMLTextArea widget is not taking a script from the HTML code.

