Engine.HasAddonLicense

Syntax

Engine.HasAddonLicense( addonFeatureName)

Return Value

Boolean

Returns True if TestStand was able to successfully check out the specified addon license.

Purpose

Provides a way for addon products to check the licensing status of a specified feature.

Remarks

TestStand acquires licenses for associated addon products when you call the Engine.AcquireLicense method.

Parameters

addonFeatureName As String

[In] Specifies the name of the feature to check the status of.

See Also

Engine.AcquireLicense