Issue: Background Task Cancellation and Multiple Task Prevention
So I'm creating a background task which will be long running and the users will be seeing a progress bar which clicking on sync. It runs in the background perfectly however I'm unable to find a workaround to cancel the task.This behavior is problemat...