Interface Scheduler.RepeatingCommand

All Known Subinterfaces:
IncrementalCommand
Enclosing class:
Scheduler

public static interface Scheduler.RepeatingCommand
General-purpose Command interface for tasks that repeat.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the RepeatingCommand should be invoked again.
  • Method Details

    • execute

      boolean execute()
      Returns true if the RepeatingCommand should be invoked again.