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

NextPrevUpTopContentsIndex

get-process-private-property

Function
Summary

Gets the value of a process private property.

Package

mp

Signature

get-process-private-property indicator process &optional default => result

Arguments

indicator

A Lisp object.

process

A process.

default

A Lisp object.

Values

result

A property value, or default.

Description

The function get-process-private-property gets the value associated with indicator in the private properties of the process process. If there is no such property, the value default is returned.

get-process-private-property can be used to read the values of private properties from another process.

The default value of default is nil.

See also

process-private-property
remove-process-private-property
pushnew-to-process-private-property
remove-from-process-private-property


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex