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 Link icon

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

    • execute Link icon

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