Represents the license status.
Namespace: ININ.IceLib.PeopleAssembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum LicenseStatusType |
Visual Basic |
---|
Public Enumeration LicenseStatusType |
Members
Member name | Value | Description | |
---|---|---|---|
UnknownError | -1 | Indicates that an error occured while checking the license. | |
None | 0 | Represents no status. | |
Available | 1 | Represents a license that is available. | |
NotAssigned | 2 | Represents a license that has not been assigned. | |
LicenseUnavailable | 3 | Represents a license that assigned but unavailable because all concurrent licenses are in use, or insufficient licenses are installed. | |
UserOnAnotherStation | 4 | Represents a license that is unavailable because the user is logged onto another station. | |
StationAlreadyInUseOnAnotherMachine | 5 | Represents a license that is unavailable because the station is already in use on another machine. | |
StationAlreadyInUseByAnotherUser | 6 | Represents a license that is unavailable because the station is being used by another user. | |
OtherApplicationUsingLicense | 7 | Represents a license that is unavailable because the license is in use by another application. | |
FeatureUnavailable | 8 | Represents a license that is unavailable because the feature is not available. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.