Interface IAimpTaskOwner
This is tool interface that provides an ability to plugin to be notified about canceling the operation. The instance of interface will be created by the application and will be sent to plugin as parameter of the Execute(IAimpTaskOwner) method.
Namespace: AIMP.SDK.Threading
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpTaskOwner
Properties
IsCanceled
Plugin must break the operation if the property is True.
Declaration
bool IsCanceled { get; }