IContinueOperation Interface

On this page:

Description

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

Properties

Continue read-only, IContinueOperation

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

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