Get Notifier Status Function
- Updated2025-07-30
- 2 minute(s) read
Returns information about the current state of a notifier, such as the last uncancelled notification sent to the notifier.

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 name
—
notifier name specifies the name of the notifier.
notifier out
—
notifier out returns notifier unchanged.
latest notification
—
latest notification is the most recent uncancelled notification sent to the notifier. If no notification is available, the function returns the zero value for the element data type you wired in the Obtain Notifier function. This data type changes to match the subtype of notifier.
# waiting
—
# waiting is the number of functions currently waiting on the notifier. These functions include Wait on Notification and Wait on Notification from Multiple.
error out
—
error out contains error information. This output provides standard error out functionality. |
notifier
—
error in (no error)
—
notifier name
—
notifier out
—
# waiting
—
error out
—