Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPluginTask Interface / Resolve Method
Studio API instance.
The designer document.
In This Topic
    Resolve Method (IHpDPluginTask)
    In This Topic
    Method that resolves the problem causing this task. After calling this method, the IsActive method should return False.
    Syntax
    void Resolve( 
       Studio api,
       Designer designer
    )

    Parameters

    api
    Studio API instance.
    designer
    The designer document.
    Remarks
    This method can be trigger only if EPLAN.Harness.API.Plugins.Core.IHpDPluginTaskInfo.IsResolvable property is set to True. Otherwise, you can leave it blank.
    See Also