Owning Palette: Commonly Overridden Methods (Actor Framework)
Requires: Base Development System
(Filename: Actor Framework.lvlib:Actor.lvclass:Handle Last Ack Core.vi)
Defines how the caller actor responds to the Last Ack message from a nested actor. The Last Ack message is the final message a nested actor sends to its caller before it shuts down. The message contains information about the final state of the nested actor.
By default, this method does nothing except return any error the nested actor sent. A descendant class may override this method to define behavior.
Actor in specifies the actor. | |
Last Ack specifies the Last Ack message that a nested actor sent. | |
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. |