Click or drag to resize
LicenseHoldType Enumeration
Specifies how an acquired license is released.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public enum LicenseHoldType
Members
  Member nameValueDescription
None0 The license is released immediately.
AllowRelease1 The license can be released manually.
DenyRelease2 The license is held until the application exits.
Version Information

Supported in: 1.0.0.0
See Also