Callback when this executor is resumed. Returns true if successfully resumed, false otherwise.
@override Future<bool> onResume() async { onTrigger(); return true; }