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