apm_version_loaded_p

one of the documented procedures in this installation of the ACS
Usage:
apm_version_loaded_p   version_id
What it does:
Returns 1 if a version of a package has been loaded and initialized, or 0 otherwise.
Defined in: /web/philip/packages/acs-core/apm-procs.tcl

Source code:


    return [nsv_exists apm_version_init_loaded_p $version_id]


philg@mit.edu