common-utils
Toggle table of contents
2.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
common-utils
script-utils-kotlin
/
com.pambrose.common.script
/
System
/
Companion
Companion
object
Companion
Members
Functions
exit
Link copied to clipboard
fun
exit
(
status
:
Int
)
Throws a
ScriptException
to prevent scripts from calling
System.exit()
.