// This is a delayed stop. Previously a request to stop the
// process was received
// but the PID was not available yet. Instead a flag was set
// to initiate a
// stop after the process reports the PID.
if (deployedProcess != null && deployedProcess.killAfterLaunch()) {
logger.info(methodName, null, ">>>> Process Ducc Id:"
+ processEntry.getValue().getDuccId()
+ " Was Previously Tagged for Kill While It Was Starting");
undeployProcess(processEntry.getValue());
} else if ( deployedProcess != null && deployedProcess.doKill() &&