jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 110 forks source link

What happens when the task is killed by the OS ? #16

Closed Almjz closed 2 years ago

Almjz commented 6 years ago

Specifically, Is their a way to do cleanup before the Task is terminated ?