다음을 통해 공유


ICommandImpl::m_bIsExecuting

Indicates whether the command is currently executing.

unsigned m_bIsExecuting:1;

Remarks

The Execute method of your command class can set this variable to true.

Requirements

Header: atldb.h

See Also

Concepts

ICommandImpl Class

ICommandImpl Members

ICommandImpl::m_bCancelWhenExecuting