InstantCommand

public final class InstantCommand extends Command

A command that runs as soon as it is scheduled.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Whether this command can be interrupted by another command.

Functions

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

Whether this command can be interrupted by another command.

Link copied to clipboard
public Unit setInterruptable(Boolean isInterruptable)

Whether this command can be interrupted by another command.