presentationOptions
The presentation options that should be in effect for the system when this app is active.
Declaration
var presentationOptions: NSApplication.PresentationOptions { get set }Discussion
This value contains a bitwise OR of the constants listed in NSApplication.PresentationOptions. Trying to set the property to an invalid combination of option flags raises an invalidArgumentException exception. See the constants for a description of the valid combinations.