configure

open fun configure(config: ScriptConfig)

Optional configuration for a script. It's expected that the implementer of the interface modifies the given config object to what settings it wants. These settings are read BEFORE the script starts.

Parameters

config

The configuration object to modify.