Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 432 Bytes

background-task.md

File metadata and controls

5 lines (3 loc) · 432 Bytes

Background Task

This creates an in-process background task that allows you to run code even while the app is not in the foreground. The in-process model enhances the application lifecycle with improved notifications for when your app is in the foreground or in the background.

Learn more about in-process background tasks.