Timer methods

Provide control over the timing, behaviour and progression of a timer.
Timer methods are available on a Timer instance Object.

const timer = createTimer(parameters);
      ┌──────────┐
timer.│pause()   │
timer.│play()    ├─ Methods
timer.│restart() │
      └──────────┘