All Manuals > LispWorks® User Guide and Reference Manual > 42 The MP Package

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® User Guide and Reference Manual - 01 Dec 2021 19:30:51