IUiLicenseManager.IsCheckedOut

Syntax

IsCheckedOut(FeatureName: String): Boolean;

Parameters

FeatureName. Feature name.

Description

The IsCheckedOut method checks if a temporary local license is checked out from license server.

Comments

The method returns True if a local license was checked out from license server, and False if a local license was not checked out from license server.

The method can be applied if a network license enabling to get temporary local licenses is used (Network with the commuter attribute).

Example

The method use is given in the example for IUiLicenseManager.CheckinCommuterLicense.

See also:

IUiLicenseManager