ICommandImpl::m_bIsExecuting

指示命令当前是否不可见。

unsigned m_bIsExecuting:1;

备注

命令类的 执行 方法可以设置此变量为 true

要求

头文件: atldb.h

请参见

参考

ICommandImpl 类

ICommandImpl::m_bCancelWhenExecuting