getpriority - Open-Turing-Project/TuringDocs GitHub Wiki
#getpriority
##Syntax getpriority : nat
##Description The getpriority function returns the priority of an executing process in a concurrent program. A smaller value means a faster speed.
##See also setpriority.html, fork.html and monitor.html.
See also predefined unit concurrencymodule.html.