Currently to check if the class is mapped I call:
ClassMethod IsClassMapped(class) As %Boolean
{
set sc = $system.OBJ.GetClassList(.classes,"/system=0 /percent=0 /mapped=0")
quit $data(classes(class))
}
And it works, but I'm interested if there is a simpler approach out there?
