Class WaitUntilCommand

java.lang.Object
edu.wpi.first.wpilibj.command.Command
edu.wpi.first.wpilibj.command.WaitUntilCommand
All Implemented Interfaces:
Sendable, AutoCloseable

public class WaitUntilCommand
extends Command
WaitUntilCommand - waits until an absolute game time. This will wait until the game clock reaches some value, then continue to the next command.