Protected InternalExecutes multiple actions in parallel
The action parameters containing:
Array of results or first result based on WaitForAll
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private executeExecute all actions and wait for completion
Private executeExecute actions and return first result
Private getGet boolean parameter with default
Private getGet numeric parameter with default
Private getGet parameter value by name (case-insensitive)
Private prepare
Action that executes multiple actions in parallel
Example