then

infix fun then(other: Command): SequentialCommand

Adds a command to run after this one.


infix fun then(runnable: Runnable): SequentialCommand

Adds a runnable to run after this one.