Represents the license status.

Namespace: ININ.IceLib.People
Assembly: 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 nameValueDescription
UnknownError-1 Indicates that an error occured while checking the license.
None0 Represents no status.
Available1 Represents a license that is available.
NotAssigned2 Represents a license that has not been assigned.
LicenseUnavailable3 Represents a license that assigned but unavailable because all concurrent licenses are in use, or insufficient licenses are installed.
UserOnAnotherStation4 Represents a license that is unavailable because the user is logged onto another station.
StationAlreadyInUseOnAnotherMachine5 Represents a license that is unavailable because the station is already in use on another machine.
StationAlreadyInUseByAnotherUser6 Represents a license that is unavailable because the station is being used by another user.
OtherApplicationUsingLicense7 Represents a license that is unavailable because the license is in use by another application.
FeatureUnavailable8 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.

See Also