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