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