Skip to content

Commit c8ebafb

Browse files
Update hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/wpf-plus-winappsdk.md
Co-authored-by: Copilot <[email protected]>
1 parent a40a995 commit c8ebafb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/wpf-plus-winappsdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ For WPF apps that need to execute code when the app isn't running, there are thr
155155

156156
| Approach | Packaging required | Best for |
157157
|---|---|---|
158-
| [Windows App SDK background tasks](../applifecycle/background-tasks.md) | Yes (MSIX) | Power-efficient system-managed triggers (time, network, push) |
158+
| [Windows App SDK background tasks](../applifecycle/background-tasks.md) | Yes (MSIX) | Power-efficient system-managed triggers (time/system) |
159159
| [Task Scheduler](/windows/win32/taskschd/task-scheduler-start-page) | No | Periodic sync, unpackaged apps |
160160
| [.NET Worker Services](/dotnet/core/extensions/workers) | No | Long-running headless workloads, any deployment model |
161161

0 commit comments

Comments
 (0)