Harness proD API Help
EPLAN.Harness.API.Plugins.Core Namespace / IHpDPluginTaskInfo Interface
Members
In This Topic
    IHpDPluginTaskInfo Interface
    In This Topic
    Base information about Harness proD custom task plugin.
    Syntax
    public interface IHpDPluginTaskInfo : IPluginDisplayInfo  
    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?  
     PropertyMessage of the task, shown when this task is active.  
     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 Termination of this plugin.  
    Top
    See Also