exec

fun exec(command: String, asName: String? = null, withParams: Map<String, Any?>? = null): ExecResult
fun exec(command: String, asName: String? = null, withParams: Map<String, Any?>? = null, withBackend: ScriptingBackend): ExecResult