Perl Programming/Keywords/getpriority

Previous: getppid Keywords Next: getprotobyname

The getpriority keyword

The getpriority function returns the current priority for a process, a process group, or a user. Raises a fatal exception, if used on a machine that doesn't implement getpriority(2).

Syntax

  getpriority WHICH, WHO
Previous: getppid Keywords Next: getprotobyname
Category:Book:Perl Programming#Keywords/getpriority%20
Category:Book:Perl Programming