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