Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | ART Folder | Summary of Elements in this Folder | pub.art.notification:queryPollingNotificationState
 
pub.art.notification:queryPollingNotificationState
WmART. Returns the current state for a polling notification.
Input Parameters
notificationName
String The name of the polling notification for which you want the current state and schedule settings returned.
Output Parameters
notificationState
String The current state (enabled, disabled, pending disable, pending suspend, or suspended) for the polling notification.
scheduleSettings
IData Object that contains the notification's schedule settings as follows:
Key
Description
notificationInterval
Integer Polling frequency of the notification.
notificationOverlap
Boolean Flags whether the notification can overlap. The values are:
*true if the notification can overlap.
*false if the notification cannot overlap.
notificationImmediate
Boolean Flags whether the notification can fire immediately. The values are:
*true if the notification can fire immediately.
*false if the notification cannot fire immediately.
See Also
pub.art.notification:enablePollingNotification
pub.art.notification:disablePollingNotification