Function Entry: VLE-ENABLESERVERBUSY
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VLE-ENABLESERVERBUSY
Name
vle-enableserverbusy
Class
BricsCAD VLE Library Function
Syntax
(vle-enableserverbusy enableFlag)
Arguments and Values
- enableFlag
- T enables, NIL disables the "Server Busy
- …" message box
Description
enables or disables the "Server Busy …" message box; There are 2 similar "Server Busy …" and "Server does not respond …" messages, triggered and shown from Microsoft OLE/COM, when an out-of-process "server application" does not respond within some seconds, and is usually that is a false-positive, but annoying always; this function allows to disable both message boxes.
Return Values
always T
Examples
(vle-enableserverbusy nil) disables "Server Busy ..." message box (vle-enableserverbusy t) enables "Server Busy ..." message box
Notes
this is effective only with BricsCAD, otherwise it is a No-Operation;
(on Linux and Mac platform, this function does nothing)
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [vle-enableserverbusy (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vle-enableserverbusy.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).