()
| 21 | } |
| 22 | |
| 23 | public open() { |
| 24 | logger.info("Start openfrp:", FRPC_PATH); |
| 25 | this.processWrapper?.start(); |
| 26 | if (!this.processWrapper?.getPid()) { |
| 27 | throw new Error("pid is null"); |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | public stop() { |
| 32 | try { |
no test coverage detected