stopAction
stopAction
Stops a running action by name. For an action that repeats or runs in sequence, execution halts at the next step after the stop request. If no action matches the name, nothing happens.
Parameters
| Name | Type | Description |
|---|---|---|
actionName | String | The name of the action to stop |
Returns: void
Example
$act.stopAction("refreshData");
Related
$act.executeAction(actionName)— runs an action