environment

open fun environment(name: String, value: Any): T

Adds an environment variable to the environment for this process.


open fun environment(environmentVariables: Map<String, out Any>): T

Adds some environment variables to the environment for this process.