System.terminate

機能/意味
Asynchronous termination of Kirikiri
タイプ
Systemクラスのメソッド
構文
terminate(code=0)
引数
code  Specify the exit code of the process
戻り値
なし (void)
説明
 Quit Kirikiri.
 Calling this method does not immediately terminate Kirikiri.
 It ends when control returns from all event handlers to Kirikiri.