glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-model
/
uk.co.nickthecoder.glok.history
/
History
/
batch
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
)