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
|
Specifies the duration (in seconds) for which to wait for a Layout XL license to become available. |
|
Value Returned
Example
gotLicense = drdBatchCheckLicenseAvailable(30)
Return to top