NSCloseCommand

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.

figs/cocn_1316.gif

@interface NSCloseCommand : NSScriptCommand
 // Instance Methods
   - (NSSaveOptions)saveOptions;



    Part II: API Quick Reference
    Chapter 13. Foundation Classes