ParallelCommand

public final class ParallelCommand extends CommandGroup

A command that runs commands in parallel until they all finish.

Constructors

Link copied to clipboard
public ParallelCommand ParallelCommand(Boolean isInterruptable, Command commands)

Functions

Link copied to clipboard
public Unit add(Command command)

Adds a command to this group.

Link copied to clipboard
public Unit end(Boolean interrupted)

Runs once when this command finishes or is interrupted.

Link copied to clipboard
public Unit execute()

Runs repeatedly until isFinished returns true.

Link copied to clipboard
public Unit init()

Runs once when first scheduled.

Link copied to clipboard

Returns whether this command is finished.