var saveOptions : NSSaveOptions
Overview 概要
The quit command may optionally specify how to handle modified documents (automatically save changes, don’t save them, or ask the user). For details, see the description for the quit
command in "Apple Events Sent By the Mac OS" in How Cocoa Applications Handle Apple Events in Cocoa Scripting Guide.
quitコマンドは、どのように修正された書類を取り扱うかを任意に指定することができます(自動的にそれら変更を保存する、それらを保存しない、またはユーザに尋ねる)。詳細として、quit
コマンドに対する記述をCocoaスクリプティングガイドのどのようにCocoaアプリケーションはアップルイベントを取り扱うかの "Mac OSによって送られるアップルイベント" で見てください。
NSQuit
is part of Cocoa’s built-in scripting support. Most applications don’t need to subclass NSQuit
or call its methods.
NSQuit
は、Cocoaの組込みスクリプティングサポートの一部です。ほとんどのアプリケーションは、NSQuit
のサブクラスを作成したりそれのメソッドを呼び出す必要はありません。