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

EplApplication.LicenseRuntimeCheckModes Enumeration
License runtime check modes.
Syntax
public enum EplApplication.LicenseRuntimeCheckModes : System.Enum 
Members
MemberValueDescription
Cancel1Cancel the license runtime check and free license. After a license is freed, each license call made will fail.
TryCancel0Try or cancel the license runtime check.
Remarks
These values will be returned from the license system to inform client application which possibilities are available: • TryCancel: There are two possibilities. try or cancel the license runtime check. The license runtime check callback Handler can return following values: • • LicenseRuntimeCheckMode::Cancel : cancel license runtime check and free license. • • LicenseRuntimeCheckMode::Retry : retry license runtime check again. • Cancel: There is only one possibility: cancel the license runtime check. The license runtime check callback Handler can return only following value: • • LicenseRuntimeCheckMode::Cancel : cancel license runtime check and free license. If other values are returned, they will be considered as Cancel.
Inheritance Hierarchy

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

See Also