parallel

fun parallel(block: Kommand.ParallelBuilder.() -> Unit): ParallelCommandGroup

Creates a ParallelCommandGroup that runs the given commands in parallel.

Return

A ParallelCommandGroup that runs the given commands in parallel.

Parameters

block

The commands to run in a dsl format.