Get Notifier Status Function

Owning Palette: Notifier Operations Functions

Requires: Base Development System

Returns information about the current state of a notifier, such as the last uncancelled notification sent to the notifier.

 Add to the block diagram  Find on the palette
notifier is a reference to a notifier. Use the Obtain Notifier function to obtain a notifier reference.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
notifier name specifies the name of the notifier.
notifier out returns notifier unchanged.
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 is the number of functions currently waiting on the notifier. These functions include Wait on Notification and Wait on Notification from Multiple.
error out contains error information. This output provides standard error out functionality.