Acad.Editor.isQuiescent Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Editor.isQuiescent();
Group
Returns
boolean in the success callback function.
This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError)
function.
Description
Use this function to check if the host is busy processing other commands. If busy, the function returns false, else returns true.
Exception
Throws a TypeError
object.