WaitCommand

public final class WaitCommand extends Command

A command that waits the specified duration before finishing.

Parameters

duration

the duration in seconds

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
private Double duration

Functions

Link copied to clipboard
public final Double getDuration()
Link copied to clipboard
public Unit init()

Runs once when first scheduled.

Link copied to clipboard

Returns whether this command is finished.

Link copied to clipboard
public final Unit setDuration(Double duration)