Message:Drop Message Core [Protected]

Owning Palette: Commonly Overridden Methods (Actor Framework)

Requires: Base Development System

(Filename: Actor Framework.lvlib:Message.lvclass:Drop Message Core.vi)

Defines what a message does if it is in the message queue when the queue is released. At this point, the actor has shut down, so it will never process the message.

By default, this method does nothing. A child class may override it to define behavior. National Instruments provides the Reply Msg class to override this method. This class releases its internal queue, which causes any caller of the Send Message and Wait For Response method to stop waiting and return an error.

Message in specifies the message.