()
| 78 | } |
| 79 | |
| 80 | @Override |
| 81 | public void StopBefore() throws Exception { |
| 82 | logger.info("StopBefore {}", this.getFullName()); |
| 83 | if (null != timerIdHot) { |
| 84 | timerIdHot.cancel(true); |
| 85 | timerIdHot = null; |
| 86 | } |
| 87 | Task.call(App.Zeze.newProcedure(() -> { |
| 88 | App.Zeze.getTimer().cancel(hotTimerId); |
| 89 | return 0; |
| 90 | }, "hotTimer")); |
| 91 | } |
| 92 | |
| 93 | public final void Stop(App app) { |
| 94 | } |
no test coverage detected