System

class System

A replacement for java.lang.System that prevents scripts from terminating the JVM.

When imported into a Kotlin script context, calls to System.exit() will throw a ScriptException instead of actually exiting.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion