MCPcopy
hub / github.com/arduino/Arduino / suspend

Method suspend

app/src/processing/app/AbstractMonitor.java:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 // Puts the window in suspend state, closing the serial port
109 // to allow other entity (the programmer) to use it
110 public void suspend() throws Exception {
111 enableWindow(false);
112
113 close();
114 }
115
116 public void dispose() {
117 super.dispose();

Callers 4

actionPerformedMethod · 0.95
runMethod · 0.80
handleSerialMethod · 0.80
handlePlotterMethod · 0.80

Calls 2

enableWindowMethod · 0.95
closeMethod · 0.95

Tested by

no test coverage detected