PerpetualCommand
Properties
Whether this command can be stopped due to a conflict of Subsystems.
Whether this command has completed running. Often implemented using a getter function, although it can be set directly for commands that stop instantly or never stop. Please note that in certain circumstances the command will be stopped before this evaluates to true, most notably during subsystem conflicts or when the OpMode has been stopped.
A set of all Subsystems this command implements.
Functions
Returns a SequentialGroup with a Delay and then this command
Returns a ParallelGroup with this command and an arbitrary number of other commands
Returns a ParallelDeadlineGroup with this command as the deadline
Returns a ParallelRaceGroup with this command and a Delay of time
Returns a PerpetualCommand that wraps this command
Returns a ParallelRaceGroup with this command and an arbitrary number of other commands
Returns a SequentialGroup with this command and an arbitrary number of other commands
Returns a SequentialGroup with this command and then a Delay
Returns a ParallelDeadlineGroup with this command and the passed command as the deadline