Interface StopTimer


  • public interface StopTimer
    Interface for stopping a timer.
    Since:
    2.5
    Author:
    Martin Maher
    • Method Detail

      • stopTimer

        void stopTimer()
        Sends a signal to the timer to stop. If the timer happens to be executing its nested actions, then it will continue until all nested actions have completed.