DVDBuilder for C++  3.4
DVD Authoring Software Development Kit
primo::license::LicenseStatusFlags Namespace Reference

Defines the library license status. More...

Enumerations

enum  Enum {
  Ready = 0,
  ValidationInProgress = 1,
  DemoBuild = 2
}
 LicenseStatusFlags::Enum. More...
 

Detailed Description

Defines the library license status.

When a license is set it may take some time until the license is resolved by the library.

Enumeration Type Documentation

enum Enum

LicenseStatusFlags::Enum.

Enumerator
Ready 

The licensed state is permanent.

It can be changed only by calling Library::setLicense.

Remarks
The Ready status does not imply that the library or any component is successfully licensed.
See also
Library::setLicense
ValidationInProgress 

The license is being validated and the current licensed state is temporary.

DemoBuild 

This is a demo build that cannot be licensed.