then

public final SequentialCommand then(Command other)

Adds a command to run after this one.


public final SequentialCommand then(Runnable runnable)

Adds a runnable to run after this one.