Harness proD API Help
EPLAN.Harness.API Namespace / HpdApi.ApiState Enumeration
In This Topic
    HpdApi.ApiState Enumeration
    In This Topic
    State of the HpD
    Syntax
    public enum HpdApi.ApiState : System.Enum 
    Members
    MemberDescription
    Closed API is closed and disconnected from Harness ProD. Logs are flushed. No further API operations are possible.
    Failed API or Harness ProD encountered an unrecoverable error and failed. You can not use API nor initialize it again. There is no way to ressurect it. You must restart the application. This is an equivalent of application crash.
    Initialized API is initialized, you can use it.
    UninitializedUninitialized. Call HpdApi.Init method to initialize the API.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.HpdApi.ApiState

    See Also