Package io.atomix.utils.concurrent
Interface Scheduled
-
public interface ScheduledScheduled task.- Author:
- Jordan Halterman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Cancels the scheduled task.booleanisDone()Returns whether this scheduled entity was already completed or not, regardless of if it was cancelled or successfully executed.
-