Message:Do

Owning Palette: Commonly Overridden Methods (Actor Framework)

Requires: Base Development System

(Filename: Actor Framework.lvlib:Message.lvclass:Do.vi)

Defines what a message does when it is received by an actor. Generally, a message instructs an actor to invoke one of its methods. By default, this method does nothing. A child class must override it to define behavior.

Details  

Message specifies the message the actor received.
Actor in specifies the actor.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Actor out returns the actor.
error out contains error information. This output provides standard error out functionality.

Message:Do Details

Use error out to control the actor�s behavior after processing the message: