pause method

ThumperState<E> pause()

Make a paused version of this.

Implementation

ThumperState<E> pause() =>
    ThumperState<E>(frequency, Power.idle, thing, thumpCount);