InstantCommand

class wpilib.command.InstantCommand(name)[source]

Bases: wpilib.command.Command

A command that has no duration. Subclasses should implement the initialize() method to carry out desired actions.

isFinished()[source]