Currently, there is no way to stop a timer once started. This isn't too bad for simple CountDown timers, but Periodic timers will keep running indefinitely. It would be nice if there was a way to cancel a running timer again.
The simplest solution would probably be to add a cancel method to CountDown, but this would break all implementations.