Contents

isApplicationRunningInDock

A Boolean value that indicates whether the app is running in the dock.

Declaration

var isApplicationRunningInDock: Bool { get }

Mentioned in

Discussion

This property contains true if the app is running in the dock; otherwise, false.

Check this property (for example, in your extension delegate’s applicationWillEnterForeground() method) to determine whether your app is running in the dock. You can use this information to customize your user interface in the dock.

See Also

Managing the execution state