InstantCommand

class InstantCommand(runnable: Runnable = Runnable {}) : Command

A command that runs as soon as it is scheduled.

Constructors

Link copied to clipboard
constructor(runnable: Runnable = Runnable {})

Properties

Link copied to clipboard
open override var isInterruptable: Boolean

Whether this command can be interrupted by another command.

Functions

Link copied to clipboard
open override fun init()

Runs once when first scheduled.

Link copied to clipboard
open override fun isFinished(): Boolean

Returns whether this command is finished.