| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/Foundation.framework |
| Availability | Available in Mac OS X v10.0 and later. |
| Companion guide | |
| Declared in | NSScriptStandardSuiteCommands.h |
An instance of NSQuitCommand quits the specified application. The 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 inCocoa Scripting Guide.
NSQuitCommand is part of Cocoa’s built-in scripting support. Most applications don’t need to subclass NSQuitCommand or call its methods.
Returns a constant indicating how to deal with closing any modified documents.
- (NSSaveOptions)saveOptions
A constant indicating how to deal with closing any modified documents.
The default value returned is NSSaveOptionsAsk. See "Constants" in NSCloseCommand for a list of possible return values.
NSScriptStandardSuiteCommands.hLast updated: 2006-05-23