This command will run commands in sequence - it will wait for one to finish before calling the next one. Be sure any commands you add to this command properly call their done commands. The easiest way to make sure this happens is by extending AbstractCommand.
public function execute():Void
Description copied from ICommand
Run this command
execute() in com.flashdoctors.reflex.ICommand