Makes a reactor persistent
Supported Platforms: Windows only
(vlr-pers reactor)
Type: VLR object
An object.
Type: VLR object or nil
The specified reactor object, if successful; otherwise nil.
Define a reactor:
(setq circleReactor (vlr-object-reactor (list myCircle) "Radius size" '((:vlr-modified . print-radius)))) #<VLR-Object-Reactor>
Make the reactor persistent:
(vlr-pers circleReactor) #<VLR-Object-Reactor>