Harness proD API Help
EPLAN.Harness.API.Plugins Namespace / IHpDPluginOccTask Interface
Properties Methods

In This Topic
    IHpDPluginOccTask Interface Members
    In This Topic

    The following tables list the members exposed by IHpDPluginOccTask.

    Public Properties
     NameDescription
     Property Author of this plugin and copyright information. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property Description of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property Image to be displayed in button if plugin successfully loaded. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     PropertyIs this task resolvable? (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginTaskInfo)
     PropertyMessage of the task, shown when this task is active. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginTaskInfo)
     Property Unique name of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
     Property Version of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IPluginDisplayInfo)
    Top
    Public Methods
     NameDescription
     Method Initialization of this plugin.  
     MethodIs the task still active for occurrence? Return True for showing this task in the task view.  
     MethodMethod that resolves the problem causing this task. After calling this method, the IsActive method should return False.  
     Method Termination of this plugin. (Inherited from EPLAN.Harness.API.Plugins.Core.IHpDPluginTaskInfo)
    Top
    See Also