Application.Priority (gb)
Static Property Priority As Integer
返回或设置当前进程的优先级。
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.