setRunInputs Last update: 16.07.2025 abstract fun setRunInputs(runIndex: Int, values: Array<Any>, which: Array<Any>) Set some/all of the inputs for a given run. Parameters runIndex the run index values the values to set which which variables to set (indices or names), null for all Throws IndexOutOfBoundsException if the indices are not valid IllegalArgumentException if the arguments are otherwise illegal IllegalStateException if an input cannot be set currently