Check progress of download operation which started in background task
问题 I have an application where users can download some files and these files can be also downloaded via BackgroundTask triggered by push notification for example. When the app is not running and I receive push notification, BackgroundTask starts to download the file. If I launch the app and the file is still downloading I would like to see progress of it. I am able to get all downloading files BackgroundDownloader.GetCurrentDownloadsAsync() . If I have list of DownloadOperation , am I able to