activationPolicy
Indicates the activation policy of the application.
Declaration
var activationPolicy: NSApplication.ActivationPolicy { get }Discussion
The value returned by this property is usually fixed, but it may change through a call to activate(options:).
This property is observable using key-value observing.