ILicenseManager.IsCheckedOut

Syntax

IsCheckedOut(FeatureName: String): Boolean;

Parameters

FeatureName. Feature name.

Description

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

Comments

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

The method is relevant when a network license is used that enables the user to check out temporary local licenses.

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

See also:

ILicenseManager