Class Delay

    • Method Detail

      • getDelay

        public Variable getDelay()
        Returns:
        Returns the delay.
      • setDelay

        public void setDelay​(Variable delay)
        Parameters:
        delay - The delay to set.
      • execute

        public void execute()
        Description copied from class: ProcessCommand
        The execute method is responsible for executing the command
        Specified by:
        execute in class ProcessCommand