remove()
Stop calling a registered function.
Parameters
Automate.remove() is a static utility. Call it on the Automate class itself, for example:
Automate.remove(action)
| Parameter | Type | Default | Description |
|---|---|---|---|
action |
function |
required | The function to remove from automation. |