getpriority | function |
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, fork and monitor. See also predefined unit Concurrency.
|