メインコンテンツまでスキップ

exit

Desktop Homunculus アプリケーションをグレースフルにシャットダウンします。

Parameters

ParameterType説明
(なし)

Returns

Promise<void>

Example

await app.exit();
警告

app.exit() はすべての実行中の MOD を含むアプリケーション全体を終了します。注意して使用してください。