For the latest stable version, please use Emilua API 0.10! |
system.exit
Parameters
opts
If caller is the main VM, then opts
is a table that accepts the following
options:
force: 0|1|2|"abort" = 0
-
0
-
Nothing.
1
-
Not implemented yet.
2
-
Exit the process forcefully (little to none cleanup steps are performed).
"abort"
-
Exit the process even more forcefully (equivalent to the C function
abort()
).