You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/launch/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ This section describes how to manage background tasks in your app.
44
44
| Topic | Description |
45
45
|-------|-------------|
46
46
|[Working with background tasks in Windows apps](create-and-register-a-background-task.md)| Learn how to create and register a background task in your app with the Windows Runtime (WinRT) [BackgroundTaskBuilder](/uwp/api/windows.applicationmodel.background.backgroundtaskbuilder) class. |
47
+
|[BackgroundTaskBuilder in the Windows App SDK](../../windows-app-sdk/applifecycle/background-tasks.md)| Learn how to create and register a background task in a WinUI app with the Windows App SDK BackgroundTaskBuilder APIs. |
0 commit comments