Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
The Action Group's BeforeAction, AfterAction, and OnStatusMessage Async Action Group, which runs its child actions in parallel.

Any action can be used as a parent action for other actions - you don't have to use Action Group

Local Variables

Action Groups allow you to declare Local variables are only available to child actions of the groups. Since action groups can be nested, you can also override variables in child groups, and actions in child groups can also reference actions in the parent groups.  Local variables are also very useful when running actions in parallel.

See also

Action Lists | Include FinalBuilder Project Action