Actor:Actor Core [Protected]

Owning Palette: Commonly Overridden Methods (Actor Framework)

Requires: Base Development System

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

Receives messages to the actor, reacts to them, and initiates any error handling that may shut the actor down.

Descendant classes may override this VI to append parallel tasks for the actor to complete while it handles messages. Overrides use the Call Parent Class Method node.

Actor in specifies the state of the actor after it has launched.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Actor out returns the state of the actor after it has shut down.
error out contains error information. This output provides standard error out functionality.