Interface Cancellable


  • public interface Cancellable
    Handle for a scheduled task; cancel to stop further runs.
    • Method Detail

      • cancel

        void cancel()
        Cancels the scheduled task. Idempotent.
      • isCancelled

        boolean isCancelled()
        Returns:
        true once cancel() has been called