pub unsafe static NSApplicationLaunchIsDefaultLaunchKey: &'static NSString
Available on crate feature
NSApplication
only.Expand description
The following key is present in the userInfo of NSApplicationDidFinishLaunchingNotification. Its value is an NSNumber containing a bool. It will be NO if the app was launched to open or print a file, to perform a Service, if the app had saved state that will be restored, or if the app launch was in some other sense not a “default” launch. Otherwise its value will be YES.
See also Apple’s documentation