EnvironmentContext

data class EnvironmentContext(val operatingSystem: EnvironmentOperatingSystem = EnvironmentOperatingSystem())(source)

A class to provide context information about the environment in which the script is executed.

Constructors

Link copied to clipboard
constructor(operatingSystem: EnvironmentOperatingSystem = EnvironmentOperatingSystem())

Properties

Link copied to clipboard

Information about the operating system that script is running on.