API Help
Eplan.EplApi.System Namespace / EplApplication.LicenseRuntimeCheckCommands Enumeration

In This Topic
    EplApplication.LicenseRuntimeCheckCommands Enumeration
    In This Topic
    License runtime check commands to return to the license system. These values are returned from the License runtime check callback Handler to notify the license system what to do.
    Syntax
    public enum EplApplication.LicenseRuntimeCheckCommands : System.Enum 
    public enum class EplApplication.LicenseRuntimeCheckCommands : public System.Enum 
    Members
    MemberValueDescription
    Cancel2Cancel license runtime check and free license. After a license is freed, each license call made will fail.
    Retry4Retry license runtime check.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.System.EplApplication.LicenseRuntimeCheckCommands

    See Also