runExecution

abstract fun <T : Any> runExecution(name: String, classLoader: ClassLoader? = null, body: () -> T): ExecutionResult<T>