Enum fruitbasket::ActivationPolicy [] [src]

pub enum ActivationPolicy {
    Regular,
    Accessory,
    Prohibited,
}

Policies controlling how a Mac application's UI is interacted with

Variants

Appears in the Dock and menu bar and can have an interactive UI with windows

Does not appear in Dock or menu bar, but may create windows

Does not appear in Dock or menu bar, may not create windows (background-only)