License Class

From Derivative
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The License class describes a single instance of an installed license. They can be accessed from the licenses object.


Members

indexint (Read Only):

The license index in the list.

isEnabledbool (Read Only):

True if the license is locally enabled (That is, it has never been disabled).

isRemotelyDisabledbool (Read Only):

True if the license has been remotely disabled.

keystr (Read Only):

The key sequence.

remoteDisableDatetuple(year, month, date) (Read Only):

The date the license was remotely disabled, expressed as a tuple (year, month, day).

statusint (Read Only):

The numeric status code. Negative values indicate the license is not applicable to the current application. A value of zero indicates it does.

statusMessagestr (Read Only):

A description of the status code.

systemCodestr (Read Only):

The system code associated with this license.

typestr (Read Only):

The license type, e.g. some products being 'Pro', 'Non-Commercial', 'Commercial'. See also app.product in App Class

updateExpiryDatetuple(year, month, day) (Read Only):

The date updates for this license expires, expressed as a tuple (year, month, day).

versionint (Read Only):

The numeric license version.

Methods

No operator specific methods.


TouchDesigner Build: