andThen

fun andThen(vararg next: Cmd): SequentialGroup

Runs n commands sequentially after this command

Return

SequentialCommandGroup with this command -> next commands

Parameters

next

n number of commands to run sequentially following this command