getEnvironment

abstract fun getEnvironment(): Map<String, Any>

The environment variables to use for the process. Defaults to the environment of this process.

Return

The environment. Returns an empty map when there are no environment variables.