BBjAPI::isSAMAvailable

Description

In BBj 24.11 and higher, this method returns a boolean indicating whether the SAM license feature is available.

Syntax

Return Value Method
boolean isSAMAvailable()

Parameters

None.

Return Value

Returns a boolean indicating whether the SAM license feature is available or is not available.

Remarks

This is equivalent to INFO(2,8).

Example

print bbjapi().isSAMAvailable()

ClosedVersion History

  • BBj 24.11: BBjAPI::isSAMAvailable added.

See Also

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