Returns the plist associated with a process. This function is deprecated.
mp
process-plist process => plist
| process⇩ |
A process. |
| plist |
A plist. |
The function process-plist returns the plist associated with process.
It is not possible to manipulate the plist in a thread-safe manner, and process-plist may interact badly with other users of the plist, hence process-plist is deprecated. Use instead process-property and get-process-private-property etc.
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:36