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