Extracted from Pike v7.4 release 341 at 2005-11-21.
[Top]
predef::
Process
Process.create_process
create()
kill()
pid()
set_priority()
status()
wait()
Process.create_process()->pid()
Process.create_process()->status()
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
low
lowest