Interface Scheduled

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel()
      Cancels the scheduled task.
      boolean isDone()
      Returns whether this scheduled entity was already completed or not, regardless of if it was cancelled or successfully executed.
    • Method Detail

      • cancel

        void cancel()
        Cancels the scheduled task.
      • isDone

        boolean isDone()
        Returns whether this scheduled entity was already completed or not, regardless of if it was cancelled or successfully executed.
        Returns:
        true if already completed, false otherwise