---
title: didFinishLaunchingNotification
framework: watchkit
role: symbol
role_heading: Type Property
path: watchkit/wkapplication/didfinishlaunchingnotification
---

# didFinishLaunchingNotification

A message indicating that the launch process finished and the extension is ready to run.

## Declaration

```swift
class let didFinishLaunchingNotification: NSNotification.Name
```

## Discussion

Discussion When creating an app that uses the SwiftUI App protocol to manage your life cycle, use the onChange(of:perform:) modifier and the scenePhase environment value to monitor life cycle changes when possible. For more information, see Building a watchOS app.

## See Also

### Observing messages from the notification center

- [didBecomeActiveNotification](watchkit/wkapplication/didbecomeactivenotification.md)
- [willResignActiveNotification](watchkit/wkapplication/willresignactivenotification.md)
- [willEnterForegroundNotification](watchkit/wkapplication/willenterforegroundnotification.md)
- [didEnterBackgroundNotification](watchkit/wkapplication/didenterbackgroundnotification.md)
