pub.art.notification:resumePollingNotification
WmART. Resumes a specified polling notification node.
Input Parameters
notificationName | String The name of the polling notification you want to resume. 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 resume a disabled polling notification or a polling notification that is already resumed), the service ignores the request.
After you use this service, you can use
pub.art.notification:queryPollingNotificationState to verify
pub.art.notification:resumePollingNotification correctly changed the state of the polling notification to
enabled.
See Also