Stage::removeTimer()
Remove a timer by name. Removing of default is not permitted.
Syntax
Java
.removeTimer(name)
Parameters
| Name | Data Type | Description |
|---|---|---|
| name | String | the name of the timer |
Return
void

Remove a timer by name. Removing of default is not permitted.
.removeTimer(name)
| Name | Data Type | Description |
|---|---|---|
| name | String | the name of the timer |
void