Cancel Notification Function
- Updated2025-07-30
- 2 minute(s) read
Erases any message currently in a notifier and returns the cancelled message.

Inputs/Outputs
notifier
—
notifier is a reference to a notifier. Use the Obtain Notifier function to obtain a notifier reference.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
notifier out
—
notifier out returns notifier unchanged.
canceled notification
—
cancelled notification contains the last notification sent to the notifier. This data type changes to match the subtype of notifier.
error out
—
error out contains error information. This output provides standard error out functionality. |
If any Wait on Notification or Wait on Notification from Multiple functions received the message before the call to this function, those functions continue to execute. This function does not recall or reset any wait functions. After you cancel a notification, any subsequent wait functions wait until the notifier receives another message. Canceling a notification before the notifier has a message does not result in an error.
notifier
—
error in (no error)
—
notifier out
—
canceled notification
—
error out
—