361362363364365366367368369370371
// stop currently running phase executable PhaseRunnable phaseRunnable = currentPhaseExecutable; if (phaseRunnable != null) { logger.info("stopping current phase executable " + phaseRunnable.toString()); phaseRunnable.stop(); } } // Helper methods
353354355356357358359360361362363
357358359360361362363364365366367