Class

NSQuitCommand

A command that quits the specified app. 指定されたアプリを終了するコマンド。

Declaration 宣言

class NSQuitCommand : NSScriptCommand

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によって送られるアップルイベント" で見てください。

NSQuitCommand is part of Cocoa’s built-in scripting support. Most applications don’t need to subclass NSQuitCommand or call its methods. NSQuitCommandは、Cocoaの組込みスクリプティングサポートの一部です。ほとんどのアプリケーションは、NSQuitCommandのサブクラスを作成したりそれのメソッドを呼び出す必要はありません。

Topics 話題

Accessing options オプションにアクセスする

Relationships 関係

Inherits From 継承元

See Also 参照

Script Commands スクリプトコマンド