executeAction
executeAction
Runs the Action with the given name. While it runs, another script can stop it with stopAction. If no Action matches the name, nothing happens.
Set the Action up in the 'Animation Mode' tab before running it.
Parameters
| Name | Type | Description |
|---|---|---|
actionName | String | The name of the action to run |
Returns: void
Example
$act.executeAction("refreshData");
Related
$act.stopAction(actionName)— stops a running action