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