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