Contents

isFinishedLaunching

A Boolean value that determines whether the receiver’s process has finished launching.

Declaration

var isFinishedLaunching: Bool { get }

Discussion

The value of this property corresponds to the running application having received an didFinishLaunchingNotification notification internally. Some applications do not post this notification (applications that do not rely on NSApplication) and so are never reported as finished launching.

This property is observable using key-value observing.

See Also

Application information