Lib IsLibraryLoaded() Method

(SBM On-Premise only) Verifies if the library has already been loaded.

Function Signature

 bool IsLibraryLoaded()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if the library is already loaded; returns false otherwise.

Technical Details

SBM ModScript version: 11.3.

Notes

This function throws a runtime exception if SetLibraryName() has not previously been called for this object or if any arguments were passed to this function.

Related Topics

Lib

Keeping a Library Loaded Across Script Executions