Callback when this executor is paused. Returns true if successfully paused, false otherwise.
@override Future<bool> onPause() async { _timer?.cancel(); _timer = null; return true; }