Package adams.core

Interface Pausable

    • Method Detail

      • pauseExecution

        void pauseExecution()
        Pauses the execution.
      • isPaused

        boolean isPaused()
        Returns whether the object is currently paused.
        Returns:
        true if object is paused
      • resumeExecution

        void resumeExecution()
        Resumes the execution.