Function Entry: VLR-SET-NOTIFICATION
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLR-SET-NOTIFICATION
Name
vlr-set-notification
Class
Reactor Function
Syntax
(vlr-set-notification reactor scope)
Arguments and Values
reactor: a VLR object.scope: the symbol'active-document-onlyor'all-documents.
Description
Defines whether a reactor's callback function will execute when its associated namespace is not active.
Return Values
Returns the new scope symbol on success, or nil on failure.
Side Effects
Mutates the reactor object.
Examples
(vlr-set-notification myReactor 'all-documents)makes the reactor fire even when its source document is not current.
Availability
- AutoCAD 2026: documented (Windows only).
- BricsCAD V26: presumed compatible.
- Status: AutoCAD-Windows documented; BricsCAD parity TBD.
Source Notes
- [vlr-set-notification (AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-1EBB6848-E863-4067-8A61-69ED78C96F40.htm)
- Status: documented (Phase 3 body fill).