Share

acedCmdCWasCancelled Function

C++

ACAD_PORT bool acedCmdCWasCancelled();

File

acedCmdNF.h

Description

When your registered callback is called in response to a CANCEL or error, this function will return true, else it will return false.

Was this information helpful?