vle-enableserverbusy


(vle-enableserverbusy  enableFlag)

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.

Arguments

enableFlag  T enables, NIL disables the "Server Busy ..." message box

Return

always T

Example

(vle-enableserverbusy nil) disables "Server Busy ..." message box
(vle-enableserverbusy t)    enables "Server Busy ..." message box

Alias


Remarks

this is effective only with BricsCAD, otherwise it is a No-Operation;
(on Linux and Mac platform, this function does nothing)



©  Bricsys NV. All rights reserved.