AutomationAppState
public enum AutomationAppState : String, Sendable, Codable
Automation app state
-
App is in the foreground (active/inactive)
Declaration
Swift
case foreground
-
App is in the background
Declaration
Swift
case background