How does UIApplication.shared.requestSceneSessionRefresh actually work?

I'm having a hard time understanding how UIApplication.shared.requestSceneSessionRefresh actually works. According to the documentation, this is used to update scenes that are in background. But does the API call something in your background scene to allow the UI to update or is it assumed that you've updated your background scene and this call will just capture your UI?

Please clarify.