WaitCommand
class WaitCommand @JvmOverloads constructor(var duration: Double, clock: NanoClock = NanoClock.system) : Command
A command that waits the specified duration before finishing.
Parameters
duration
the duration in seconds
A command that waits the specified duration before finishing.
the duration in seconds