Class CommandGroupBase

java.lang.Object
edu.wpi.first.wpilibj2.command.CommandBase
edu.wpi.first.wpilibj2.command.CommandGroupBase
All Implemented Interfaces:
Sendable, Command
Direct Known Subclasses:
ParallelCommandGroup, ParallelDeadlineGroup, ParallelRaceGroup, SequentialCommandGroup

@Deprecated(forRemoval=true)
public abstract class CommandGroupBase
extends CommandBase
Deprecated, for removal: This API element is subject to removal in a future version.
This class is an empty abstraction. Inherit directly from CommandBase/Command.
A base for CommandGroups.

This class is provided by the NewCommands VendorDep