remove()
Remove a scheduled function from the metronome.
metronome.remove(action)
If the function was scheduled several times, the earliest one is removed; call again to remove more.
Parameters
metronome.remove(action)
| Parameter | Type | Default | Description |
|---|---|---|---|
action |
function |
required | The function to remove. |