System.exit

Function/Meaning

Kirikiri's synchronization ends

Type
Systemclassmethod of
Syntax
exit(code=0)
Arguments
code

Specifies the exit code of the process

Return value
None (void)
Explanation

Kirikiri is finished.
This method, unlike System.terminate, terminates when called.
Therefore, this method never returns.