end

public Unit end(Boolean interrupted)

The action to take when the command ends. Called when either the command finishes normally -- that is called when .isFinished returns true -- or when it is interrupted/canceled. This is where you may want to wrap up loose ends, like shutting off a motor that was being used in the command.

Parameters

interrupted

whether the command was interrupted/canceled