process

suspend fun process(name: String, block: suspend ProcessResourceBuilder.() -> Unit): Process

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Process.


fun process(name: String): Process

See also

Parameters

name

The unique name of the resulting resource.