Function Entry: VLR-NOTIFICATION
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLR-NOTIFICATION
Name
vlr-notification
Class
Reactor Function
Syntax
(vlr-notification reactor)
Arguments and Values
reactor: a VLR object.
Description
Returns the reactor's notification scope: whether the callback fires only when the associated document is active, or for events in any document.
Return Values
Returns the symbol 'active-document-only if the reactor fires only when its document is current, or 'all-documents if it fires regardless.
Side Effects
None.
Examples
Not documented on the vendor page.
Availability
- AutoCAD 2026: documented (Windows only).
- BricsCAD V26: presumed compatible.
- Status: AutoCAD-Windows documented; BricsCAD parity TBD.
Source Notes
- [vlr-notification (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-0A10A687-C72A-407C-AD71-C9DD76084A45.htm)
- Status: documented (Phase 3 body fill).