webMethods Adapter Runtime 10.15 | webMethods Adapter Runtime Documentation | webMethods Adapter Runtime User’s Documentation | Adapter Runtime Built-In Services Reference | Summary of Adapter Runtime Built-In Services | pub.art.listener:resumeListener
 
pub.art.listener:resumeListener
Resumes a specified listener.
Input Parameters
listenerName
String The name of the suspended listener you want to resume. The service returns an error if you specify an invalid listener.
Output Parameters
None.
Usage Notes
If the requested transition is not valid (for example, trying to resume a disabled listener or a listener that is already resumed), the service ignores the request.
After you use this service, you can use pub.art.listener:queryListenerState to verify pub.art.listener:resumeListener correctly changed the state of the listener.