RepeatingCommand
and
Scheduler.scheduleIncremental()
public static class IncrementalCommand extends Object
IncrementalCommand
is a command that is broken into one or
more substeps, each substep brings the whole command nearer to completion.
The command is complete when execute()
returns
false
.
Copyright © 2018. All rights reserved.