Share

acedResumingInvocation Function

C++

ACAD_PORT bool acedResumingInvocation();

File

acedCmdNF.h

Description

True, when in a function registered via acedDefun and/or acedRegFunc and invoked from LISP that is being called back after a previous invocation called acedCommandC or acedCmdC, (see acedPendingCmdCTokens()), either directly or via a nested invocation. In this case, the function is responsible for determining how to resume. If, during its resumption, acedCommandC or acedCmdC is invoked again, then after returning to process those tokens, the function will be "resumed" again, until no call to acedCommandC or acedCmdC is made. Because acedCommandC/acedCmdC can be invoked regardless of the FIBERWORLD state, this function can also return true, in any case. False, in all other conditions, including whenever acedFiberWorld() is true.

Was this information helpful?