Next Prev Up Top Contents Index

process-priority

Function
Summary

Returns the numerical priority of the Lisp process.

Package

mp

Signature

process-priority process => priority

Arguments

process

A process.

Values

priority

The priority of process , as a number.

Description

Returns the numerical priority of the Lisp process. This can be modified by calling mp:change-process-priority .

Example
CL-USER 17 > (mp:process-priority mp:*current-process*)
600000

LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index