Aller au contenu
Abblix
Cette page n'a pas encore été traduite.

LicenseStatus Enum

Specifies the status of a license in relation to its validity period and current date and time.

C#
public enum LicenseStatus

Fields

NotActiveYet 0

Indicates that the license is not active yet according to its defined validity period.

Active 1

Indicates that the license is currently active and within its validity period.

GracePeriod 2

Indicates that the license has expired but is still within its grace period, during which it may continue to be considered as valid under certain conditions.

Expired 3

Indicates that the license has expired and is beyond its grace period, if any, and is therefore no longer valid.