and

infix fun and(other: Command): ParallelCommand

Adds a command to run in parallel with this one (Both run simultaneously until they finish).


infix fun and(runnable: Runnable): ParallelCommand

Adds a runnable to run in parallel with this one (Both run simultaneously until they finish).