This topic contains 2 replies, has 2 voices, and was last updated by Garry Christensen 9 years, 3 months ago.
Gracefully stop a channel
You must be logged in to reply to this topic.
This topic contains 2 replies, has 2 voices, and was last updated by Garry Christensen 9 years, 3 months ago.
Hello all,
I’m using a channel to run across a set of files and updating the contents in specific conditions. That’s pretty simple but I’d like the channel to stop once it’s finished. I can’t find anything in the API. I can throw an error() but it looks ugly.
Is there a way to stop a channel when the translator script finishes?
There is a web api for Iguana to get the status, start, and stop channels. So you could send something like this to Iguana:
Here is the information on it:
MONITOR WITH IGUANA – WEB API
1. This gives you the details on the web URL options and stopping and starting channels
http://www.interfaceware.com/manual/starting_and_stopping_channels_using_a_web_url.html
2. This one has the simple code in the translator for checking the status of the channel
http://wiki.interfaceware.com/190.html
You must be logged in to reply to this topic.