NextPrevUpTopContentsIndex

process-idle-time

Function
Summary

Returns the time for which a process has been idle.

Package

mp

Signature

process-idle-time process => time

Arguments

process

A process.

Values

time

A non-negative integer.

Description

The function process-idle-time returns the length of time in internal time units that process has been idle. If the process is running (for example the current process) then the return value is 0.

See also

process-run-time


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex