saveOptions
Returns a constant indicating how to deal with closing any modified documents.
Declaration
var saveOptions: NSSaveOptions { get }Return Value
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.
See Also
Related Documentation
- Cocoa Scripting Guide