Perl Programming/Keywords/getpriority

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: getppid Keywords Next: getprotobyname

The getpriority keyword[edit | edit source]

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[edit | edit source]

  getpriority WHICH, WHO
Previous: getppid Keywords Next: getprotobyname