Gets the value of a process private property.
mp
get-process-private-property indicator process &optional default => result
| indicator⇩ | 
A Lisp object. | 
| process⇩ | 
A process. | 
| default⇩ | 
A Lisp object. | 
| result | 
A property value, or default. | 
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.
process-private-property
remove-process-private-property
pushnew-to-process-private-property
remove-from-process-private-property
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:51