Given a design library name, string, or "spec", returns whether the library is locked. If the library is not found, NoValue is returned.
libraryLocked? ( libspec As Any ) As Any
Intent >libraryLocked?(:baseLib) --> True
Intent >libraryLocked?("baseLib") --> True
Intent >libraryLocked?(designLibrary(:basePart)) --> True
Intent >libraryLocked?(:projectLib) --> False
Intent >libraryLocked?(:unknownLib) --> NoValue
Viewing Details: