ParallelDeadlineGroup
Properties
The collection of all commands within this group.
Whether this command can be stopped due to a conflict of Subsystems.
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
Sets whether this command is interruptible. This functionality is a fluent API, so you can use it inline with the Command Group declaration.
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