pub.art.notification:suspendPollingNotification
WmART. Suspends a specified polling notification.
Input Parameters
notificationName | String The name of the polling notification you want to suspend. The service returns an error if you specify an invalid polling notification. |
Output Parameters
None.
Usage Notes
If the requested transition is not valid (for example, trying to suspend a disabled polling notification or a polling notification that is already suspended), the service ignores the request.
After you use this service, you can use
pub.art.notification:queryPollingNotificationState to verify
pub.art.notification:suspendPollingNotification correctly changed the state of the polling notification to
suspended.
See Also