Allows you to perform custom tasks when the execution of the QCPlugIn object is paused.
Original signature is '- (void) disableExecution:(id<QCPlugInContext>)context'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual void DisableExecution( IQCPlugInContext context )
Public Overridable Sub DisableExecution ( _ context As IQCPlugInContext _ )
public: virtual void DisableExecution( IQCPlugInContext^ context )

- context (IQCPlugInContext)
- An opaque object , conforming to the QCPlugInContext Protocol protocol, that represents the execution context of the QCPlugIn object. Do not retain this object or use it outside of the scope of this method.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)