BBjAPI::lcheckout

Description

In 24.11 and higher, this method checks out one license for the specified feature.

Syntax

Return Value Method
int lcheckout(String feature, String version)

Parameters

Parameter Description
feature A string representing the feature to check out.
version A string that contains a version number less than or equal to the version that is available.

Return Value

Returns an integer license handle that can be used later to checkin the license.

Remarks

This is equivalent to the LCHECKOUT function.

Example

license = bbjapi().lcheckout("AR","1.0",ERR=license_error)

ClosedVersion History

  • BBj 24.11: BBjAPI::lcheckout added.

See Also

BBjAPI::lcheckin

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.