Skip to content
UI Actions icon Home UI Actions › Objects

UI Actions › Objects › Running App reference

This object represents a currently running application. The representation is a static snapshot. This is important. For example, when an action returns a app, its “Is Hidden?” property will not change even when the original app becomes hidden.

It is returned by Get App.

Its properties are:

PropertyTypeNotes
NameTextIts localized name (e.g., “Preview” (en) or “Vorschau” (de))
Main WindowWindow
WindowsList of Windows
Focused WindowWindowThe window that is currently active and receiving user input, i.e. the one that will respond to keyboard and mouse/trackpad input.
Is Frontmost?Boolean (YES/NO)
Is Hidden?Boolean (YES/NO)

The window-related properties might be empty if the app doesn’t have any open windows.