Overview
>
klyn
>
Application
>
exit
Overview
Index
Tree
Deprecated
klyn.Application.exit
method
public static native exit(exitCode as Int)
Description
Terminates the current process.
if hasError: Application.exit(Application.EXIT_FAILURE)
Parameters
exitCode Exit status (0 for success).