Gets or sets the value of a private property of the current process.
mp
process-private-property indicator &optional default => value
setf (process-private-property indicator &optional default) value => value
| indicator⇩ |
A Lisp object. |
| default⇩ |
A Lisp object. |
| value⇩ |
A Lisp object. |
| value⇩ |
A Lisp object. |
The accessor process-private-property gets or sets the value that is associated with indicator in the private properties of the current process (that is, the result of calling get-current-process).
If indicator is not associated with a value in the private properties, process-private-property returns default.
(setf process-private-property) overwrites any existing value for indicator to value and default is ignored.
The default value of default is nil.
remove-process-private-property
pushnew-to-process-private-property
remove-from-process-private-property
get-process-private-property
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51