()
| 59 | } |
| 60 | |
| 61 | public void Stop() throws Exception { |
| 62 | stopService(); // 关闭网络 |
| 63 | stopModules(); // 关闭模块,卸载配置什么的。 |
| 64 | if (Zeze != null) |
| 65 | Zeze.stop(); // 关闭数据库 |
| 66 | destroyModules(); |
| 67 | destroyServices(); |
| 68 | destroyZeze(); |
| 69 | } |
| 70 | |
| 71 | // ZEZE_FILE_CHUNK {{{ GEN APP @formatter:off |
| 72 | public Zeze.Application Zeze; |
no test coverage detected