batch

fun batch(label: String = "", block: Batch.() -> Unit)

Begins a new Batch, runs the block, and then closes the Batch.


fun batch(block: Batch.() -> Unit)