syntheticTask

suspend fun syntheticTask(name: String, block: suspend SyntheticTaskResourceBuilder.() -> Unit): SyntheticTask

Parameters

name

The unique name of the resulting resource.

block

Builder for SyntheticTask.

See also


Parameters

name

The unique name of the resulting resource.

See also