systemStatusBar
SystemStatusBar is a term used in software development to refer to the user interface region that presents status information about the system or the running application. It generally appears as a horizontally oriented strip or bar and can display indicators such as time, battery level, network status, notifications, and other lightweight status items. The exact meaning and implementation of systemStatusBar vary by platform and framework, and it is not a single universal API.
In macOS, the status area is commonly known as the menu bar, located at the top edge
Customization and behavior of the system status bar are typically constrained by the operating system to maintain
See also: status bar, NSStatusBar, UIStatusBar, status bar style.