StartCommand

class commands1.StartCommand(commandToStart: commands1._impl._commands_v1.command.Command)

Bases: commands1._impl._commands_v1.command.InstantCommand

A PrintCommand is a command which prints out a string when it is initialized, and then immediately finishes. It is useful if you want a CommandGroup to print out a string when it reaches a certain point.

This class is provided by the OldCommands VendorDep

initialize() None