webMethods Adapter Runtime 10.7 | 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:queryListenerState
 
pub.art.listener:queryListenerState
Returns the current state for a listener.
Input Parameters
listenerName
String Name of the listener for which you want the current state returned.
Output Parameters
listenerState
String Current state of the listener. The state will have one of these values:
*disabled if the listener is disabled.
*enabled if the listener is enabled.
*enablePending if the listener is in the process of starting.
*disablePending if the listener is in the process of disabling.
*suspended if the listener is suspended.
*suspendPending if the listener is in the process of suspending.