process-private-property indicator &optional default => result
(setf mp:process-private-property) value indicator &optional default => result
The function
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
.
remove-process-private-property
pushnew-to-process-private-property
remove-from-process-private-property
get-process-private-property