Some Singleplayer games run by using two concurrent processes; one the client, one the server. For example, V Rising. To be able to correctly pause these games, both processes have to be suspended.
It would be good if this allows suspending multiple processes at once.