Interface Pausable.PauseAutomaton

    • Method Detail

      • isPausable

        boolean isPausable()
        Determines whether the component may get paused.
        Returns:
        True if Pausable.pause() is possible.
      • isPaused

        boolean isPaused()
        Determines whether the component is paused.
        Returns:
        True in case of being paused, else false.