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

EplApplication.LicenseRuntimeCheckCommands Enumeration
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 
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