ExitApp

スクリプトを終了する

ExitApp [, ExitCode]

Parameters

引数名説明
ExitCode 整数を指定。
スクリプトを終了するとき、プロセスの終了コードを指定する。
一般的に、正常終了の場合「0」を返す。
デフォルトは「0」

Remarks

スクリプトを終了する。
ただし、OnExitサブルーチンが設定されている場合、そのサブルーチンが実行され、OnExitサブルーチン内でExitAppが実行されない限り、スクリプトは終了しない。

スクリプトが常駐状態で無い場合、ExitAppはExitとまったく同じに働く。

Related

Exit, OnExit, #Persistent

Example(s)

#x::ExitApp ; Assign a hotkey to terminate this script.