12 #include "Commands/Command.h"
bool IsFinished() override
Returns whether this command is finished.
Definition: InstantCommand.cpp:18
This command will execute once, then finish immediately afterward.
Definition: InstantCommand.h:22
The Command class is at the very core of the entire command framework.
Definition: Command.h:52