Share via


ICommandImpl::m_bCancelWhenExecuting

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at ICommandImpl::m_bCancelWhenExecuting.

Indicates whether the command can be canceled when executing.

Syntax

  
unsigned m_bCancelWhenExecuting:1;  
  

Remarks

Defaults to true (can be canceled).

Requirements

Header: atldb.h

See Also

ICommandImpl Class
ICommandImpl::m_bCancel