z

Enum ELicenseStatus

Describes the status of a Pixelnetica licence key.

public enum ELicenseStatus

Field

Active

The license is active

Active = 0

AppID_Mismatch

The license cannot be used with this application

AppID_Mismatch = -126

Expired

The license has expired

Expired = 1

Malformed_Key

Malformed or corrupt license key

Malformed_Key = -128

None

No license key specifed

None = -1

PlatformID_Mismatch

The license cannot be used with this platform

PlatformID_Mismatch = -127

Subscruption_Expired

The subscription has expired

Subscruption_Expired = 2
Top