simulation Application
suspend fun simulationApplication(name: String, block: suspend SimulationApplicationResourceBuilder.() -> Unit): SimulationApplication
Parameters
name
The unique name of the resulting resource.
block
Builder for SimulationApplication.
See also
Parameters
name
The unique name of the resulting resource.