getProcessSummary() Method Purpose This method returns a summary of the current processes for a server (regardless of whether they are configured to run). Type Synchronous, IMPACT_INFO. Arguments None. Returns Name Type Description ProcessType String Logical process name of this process type. NumInstances Integer Number of configured processes of this type. NumRunning Integer Number of running processes of this type. ParentType String Logical process name of the process’s parent type. NumChildren Integer Number of child processes the process type has. ChildrenPaused Boolean Whether the child processes are paused. Index ProcessType