NSCloseCommand | Mac OS X 10.0 |
Instances of this class close the specified object, which in Cocoa is generally an instance of NSWindow or NSDocument. This class is used in Cocoa's implementation of built-in AppleScript support, and as such clients should not need to access instances of this class directly.
@interface NSCloseCommand : NSScriptCommand
|
// Instance Methods |
- (NSSaveOptions)saveOptions;
|