-
public class WaitCommand extends Command
A command that waits for a specified duration before completing.
-
-
Constructor Summary
Constructors Constructor Description WaitCommand(String name, ILogger logger, Duration duration)
-
Method Summary
Modifier and Type Method Description voidperiodic()Command periodic code while the command is running.
-