Does TaskManager.unregisterAllTasksAsync() cancel the execution of the tasks?

I just wanted to know if TaskManager.unregisterAllTasksAsync() besides stops sending updates to the app, also cancel the tasks execution?. In example, if I register a task to upload a picture to firebase and I call TaskManager.unregisterAllTasksAsync(), will the upload be canceled?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.