doRestartProcess() Method Purpose This method restarts a iProcess Engine process that has failed and been placed in a suspended state by its controlling process sentinel. Type Synchronous, IMPACT_INFO. Arguments Name Type Description ProcessName String Logical process name of the process to restart. ProcessInstance Integer Logical process instance of the process to restart. Errors Error Code Error Message ERR_PMAMI_NOPROCTYPE You must specify the process type of the process to restart. ERR_PMAMI_PROCTYPE ProcessType is not a valid process type. ERR_PMAMI_PROCINST ProcessInstance must be > 0. ERR_PMAMI_NOTSUSPENDED The process MachineID, ProcessName, ProcessInstance is not suspended. ERR_PMAMI_NOSUCHPROC The process MachineID, ProcessName, ProcessInstance does not exist. ERR_PMAMI_MALLOC Insufficient memory to start processes.