Application.Priority (gb)
Static Property Priority As Integer
Return or set the current process priority.
The priority is a number between -20
(the highest) and 19
(the lowest), 0
being the normal priority.
Only the superuser can use a negative priority.
As background tasks are processes, you can use that property to lower the priority of the background tasks.