Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

drdBatchCheckLicenseAvailable

drdBatchCheckLicenseAvailable( 
[ x_timeToWaitInSeconds ]
) 
=> t / nil

Description

Checks whether a Layout XL license is available. If the license is available, the function returns t. If the license is unavailable, it attempts to check out the license. If the attempt is successful, it checks the license back in and returns t.

Arguments

x_timeToWaitInSeconds

  

Specifies the duration (in seconds) for which to wait for a Layout XL license to become available.

The default is 0.

Value Returned

t

Layout XL license is available.

nil

Layout XL license is not available.

Example

gotLicense = drdBatchCheckLicenseAvailable(30)

Return to top
 ⠀
X