For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsLicenseTypeAFloatingLicense

Description

Returns whether the provided license type is an on-premise floating license

This API requires the use of QLM Engine version 6.0.00 or higher.

 bool IsLicenseTypeAFloatingLicense(ELicenseType licenseType)

Arguments

Name
Data Type
Description

licenseType

ELicenseType

license type to verify

Return

Data Type
Description

bool

true if the license type is an on-premise floating license

Last updated