getProcessStatus() Method Purpose This method returns detailed process information for a server (only for those processes configured to run on the server). Type Synchronous, IMPACT_INFO. Arguments None. Returns Name Type Description MachineID Integer Logical machine ID of the server on which the process is running. ProcessName String Logical process name of the process. ProcessInstance Integer Logical process instance of the process. Enabled Boolean Whether the process is enabled for startup. Persistent Boolean Whether the process is persistent. LastKnownStatus String Last known status of the process. StatusComment String Comment associated with the last known status. Indexes MachineID, ProcessName, ProcessInstance