NSS:SetApplicationCpuTimeLimit

NSS:SetApplicationCpuTimeLimit

Request #

Index WordDescription
0Header code [0x001200C0]
1Must be 1 (even with 9.0.0-20)
2Percentage of CPU time from 0 to 80 (passing 0 would be 0%)
3u8, Lock (0 = don’t lock, 1 = lock)

Response #

Index WordDescription
0Header code
1Result code

Description #

This sets the amount of syscore CPU time available to the running application. It can range from 0% to 80%.

When lock is set to 1, APT:SetApplicationCpuTimeLimit is prevented from changing this value.