apm_first_time_loading_pWhat it does:
Returns 1 if this is a -procs.tcl file's first time loading, or 0 otherwise.Defined in: /web/philip/packages/acs-core/20-apm-load-procs.tcl
Source code:
global apm_first_time_loading_p return [info exists apm_first_time_loading_p]