CacheGetProcesses ( hConnection ) -> aProcesses
The function returns a two-dimensional array of character elements containg following info:
PROCESS_NUMBER 
PROCESS_EXE 
PROCESS_IP 
PROCESS_LINES 
PROCESS_NODE 
PROCESS_INTRANSACTION 
PROCESS_NAMESPACE 
PROCESS_OSUSERNAME 
PROCESS_STATE 
PROCESS_CACHEUSERNAME 
PROCESS_USERINFO
The above constants can be found in CachéRDD.ch. All elements are of type Character. Each row in <aProcesses> represents a process on the server. All those processes whose PROCESS_EXE does not have .EXE signatures is excluded. System processes initiated by the Caché server itself are also excluded.