execution Resource
suspend fun executionResource(name: String, block: suspend ExecutionResourceBuilder.() -> Unit): Execution
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Execution.
The unique name of the resulting resource.
Builder for Execution.