iOS is simpler than Android in this aspect.
Your modules are never paused.
If the process wasn't killed yet then JobDone will fire as usual while your app is in the background.
If the process was killed then the request will be lost and the app will later start from scratch.