autosaveName
A unique name for saving and restoring information about a status item.
Declaration
var autosaveName: NSStatusItem.AutosaveName! { get set }Discussion
If you do not provide an autosave name for a status item, the system automatically chooses a unique name. Setting this property to nil resets it to the automatically chosen name.
Applications with multiple status items should set an autosave name after creating each item.