Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

Method Process.create_process()->set_priority()


Method set_priority

int set_priority(string priority)

Description

Sets the priority of the process. priority is one of the strings

"realtime"
"highest"
"higher"
"high"
"normal"
"low"
"lowest"