Engine.ReleaseLicense

Syntax

Engine.ReleaseLicense( licenseHandle, reserved = 0)

Purpose

Informs TestStand that a previously acquired license is no longer needed. An application requires a type of license until you release all license handles for the license type.

Parameters

licenseHandle As Long

[In] Specifies the license handle to release. Pass a handle the Engine.AcquireLicense method returned.

reserved As Long

[In] Reserved for future use.

This parameter has a default value of 0 .

See Also

Engine.AcquireLicense

TestStand Licensing Options