This interface is implemented by components within Merge to enable lengthy plugin operations to check whether the user wants them to continue.
Properties
Continueread-onlyIContinueOperation
True
if the operation should continue, False
if it should stop.
IDL |
[propget] HRESULT Continue([out, retval] VARIANT_BOOL* pValue)
|
---|---|
.NET | Boolean Continue[get] |