<nice currentPriority="current.value" >
Set currentPriority to the current priority
<nice newPriority="10" >
Raise the priority of the build process (But not forked programs)
<nice currentPriority="old" newPriority="3" >
Lower the priority of the build process (But not forked programs), and save
the old value to the property old.
| Attribute | Description | Type | Required? |
| newpriority | the new priority, in the range 1-10. | int | ? |
| currentpriority | The name of a property to set to the value of the current thread priority. Optional | String | ? |