BBjAPI::lcheckin

Description

In BBj 24.11 and higher, this method checks in a license that was previously checked out with lcheckout().

Syntax

Return Value Method
void lcheckin(int license)

Parameters

Parameter Description
license The license handle that was returned by a successful lcheckout().

Return Value

None.

Remarks

This is equivalent to the LCHECKIN verb.

Example

bbjapi().lcheckin(license)

ClosedVersion History

  • BBj 24.11: BBjAPI::lcheckin added.

See Also

BBjAPI::lcheckout

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