Owning Palette: Notifier Operations Functions
Requires: Base Development System
Sends a message to all functions waiting on a notifier.
All Wait on Notification and Wait on Notification from Multiple functions currently waiting on the notifier stop waiting and continue to execute.

  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. | 
![]()  | 
notification is the message to send. This data type changes to match the subtype of notifier. | 
![]()  | 
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | 
![]()  | 
notifier out returns notifier unchanged. | 
![]()  | 
error out contains error information. This output provides standard error out functionality. | 
Refer to the Simple Notifier VI in the labview\examples\Synchronization\Notifier directory for an example of using the Send Notification function.