You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Each Action in FinalBuilder has BeforeAction, AfterAction, and OnStatusMessage script events. Some Actions (such as Iterators) define more script events.  

The action Script Events are shown at the bottom of the FinalBuilder IDE in the Script Editor tab, see screenshot.

The following script events are common to all actions:

BeforeAction EventBeforeAction Event

Description: called before the action is executed.  

Parameters:

AfterAction EventAfterAction Event

Description: called after the action has executed.

Parameters:

EventOnStatusMessage Event

Description: called whenever the action generates a log message

Parameters:

Execute ConditionExecute Condition

In addition, each action has an Execute Condition property which is a Boolean expression which should return true for the action to execute. See Action Reference for more information.  The Condition property is displayed in the Property dialog for the action, in the Properties tab (Execute Condition section).

  • No labels