128 if ($this->processed) {
131 $this->processed =
true;
140 foreach ($shutdownOrder as $serviceName) {
142 if (!isset($allServices[$serviceName])) {
146 $service = $allServices[$serviceName];
152 $this->splash->incrProgressBar();
164 foreach ($startupOrder as $serviceName) {
166 if (!isset($allServices[$serviceName])) {
170 $service = $allServices[$serviceName];
177 $this->splash->incrProgressBar();
186 $this->splash->incrProgressBar();
190 $bearsamppWinbinder->destroyWindow($window);
191 $bearsamppWinbinder->reset();