ph_listprocesses PowerHome formula function
Description
Returns a list of currently running processes
Syntax
ph_listprocesses ( type )
Argument Description
type Integer. The type of list to return. 0 returns only the EXE name. 1 returns the full path and EXE name.
Return value
String. Returns the list in a string of lines with 1 line per process. Lines are separated by cr/lf pairs. Each line contains two values separated by a tab character. The first value is either the EXE filename or the path and EXE filename. The second parameter is the actual process number. Use ph_getline/ph_parseline or the ph_regex functions to extract individual values.