sequential

fun sequential(block: Kommand.SequentialBuilder.() -> Unit): SequentialCommandGroup

Creates a SequentialCommandGroup using the provided block to add commands.

Return

A SequentialCommandGroup with the added commands.

Parameters

block

The block to add commands to the sequence.