The license global returns information about plug-in licensing.
Bases: object
Proxy of C++ PCore::LWPluginLicenseGlobal class
Returns the hardware lock associated with key
.
Returns the version of the licensed plug-in referenced by key
.
Return the next licensed plug-in identifier in the list following key
, or the first entry if None
is provided.
key
will be None
when the end of the list is reached.
Returns the name of the licensed plug-in referenced by key
.
Returns true (1) if a licensed plug-in identified by name
and version
is valid. If version
is None
, it matches any version of the referenced plug-in.