English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > IContinueOperation Interface

IContinueOperation Interface

This interface is implemented by components within Merge to enable lengthy plugin operations to check whether the user wants them to continue.

Properties

Continue

IDL [propget] HRESULT Continue([out, retval] VARIANT_BOOL* pValue)
.NET Boolean Continue[get]
VB6 Continue As Boolean

True if the operation should continue, False if it should stop.

The property is read-only.