System.terminate

Function/Meaning

Asynchronous termination of Kirikiri

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

Specifies the exit code of the process

Return value
None (void)
Explanation

Kirikiri is finished.
Calling this method does not immediately terminate KiriKiri.
It ends when control returns from all event handlers to Kirikiri.