MCPcopy Create free account
hub / github.com/Zzzia/NetRobot / end

Method end

src/Main.java:201–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 private void end() {
202 if (netUtil != null) {
203 netUtil.stop();
204 }
205 if (delayThread != null && delayThread.isAlive()) {
206 delayThread.stop();
207 }
208 start.setDisable(false);
209 stop.setDisable(true);
210 appendContent("已结束");
211 }
212
213 private NetUtil.Builder getBuilder() {
214 if (!hasKey) return null;

Callers 2

startMethod · 0.95
runMethod · 0.95

Calls 2

appendContentMethod · 0.95
stopMethod · 0.80

Tested by

no test coverage detected