Package 

Class WaitCommand


  • 
    public class WaitCommand
    extends Command
                        

    A command that waits for a specified duration before completing.

    • Method Summary

      Modifier and Type Method Description
      void periodic() Command periodic code while the command is running.
      • Methods inherited from class com.automaducks.pond.commands.Command

        getIsCompleted, getIsRunnable, getName, getState, start, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • periodic

         void periodic()

        Command periodic code while the command is running.