Constructor and Description |
---|
SequentialCommandGroup()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
end()
Deprecated.
The action to take when the command ends.
|
void |
execute()
Deprecated.
The main body of a command.
|
void |
initialize()
Deprecated.
The initial subroutine of a command.
|
boolean |
isFinished()
Deprecated.
Whether the command has finished.
|
public void initialize()
Command
initialize
in interface Command
public void execute()
Command
public void end()
Command
public boolean isFinished()
Command
isFinished
in interface Command