Reply Msg:Do Core [Protected]
- Updated2025-07-30
- 2 minute(s) read
(Filename: Actor Framework.lvlib:Reply Msg.lvclass:Do Core.vi)
Defines what an actor does when it receives Reply Message. This method also defines the Reply that is returned to the actor that sent Reply Message.
By default, this method does nothing, and Reply is the ancestor Message class. A child class must override this method to define behavior and specify a child of the Message class to return in the Reply output.

Inputs/Outputs
Reply Message
—
Reply Message specifies the message the actor received.
Actor in
—
Actor in specifies the actor.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Reply
—
Reply is the message that will be returned to the sender of Reply Message.
Actor out
—
Actor out returns the actor.
error out
—
error out contains error information. This output provides standard error out functionality. |
Reply Message
—
Actor in
—
error in (no error)
—
Reply
—
Actor out
—
error out
—