Class TimedCommand
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
dev.doglog.internal.TimedCommand
- All Implemented Interfaces:
Sendable
-
Nested Class Summary
Nested classes/interfaces inherited from class Command
Command.InterruptionBehavior -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Command
addRequirements, addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineFor, deadlineWith, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, schedule, setName, setSubsystem, unless, until, withDeadline, withInterruptBehavior, withName, withTimeout, withTimeout
-
Constructor Details
-
TimedCommand
-
-
Method Details
-
initialize
public void initialize()- Overrides:
initializein classCommand
-
execute
-
isFinished
public boolean isFinished()- Overrides:
isFinishedin classCommand
-
runsWhenDisabled
public boolean runsWhenDisabled()- Overrides:
runsWhenDisabledin classCommand
-
end
-