MCPcopy Index your code
hub / github.com/processing/processing / isBusy

Method isBusy

java/src/processing/mode/java/Debugger.java:736–738  ·  view source on GitHub ↗

Check whether the debugger is currently busy. i.e. running (not suspended). @return true if the debugger is currently running and not suspended.

()

Source from the content-addressed store, hash-verified

734 * @return true if the debugger is currently running and not suspended.
735 */
736 public synchronized boolean isBusy() {
737 return isStarted() && !isPaused();
738 }
739
740
741 /**

Callers 2

removeBreakpointMethod · 0.95
clearBreakpointsMethod · 0.95

Calls 2

isStartedMethod · 0.95
isPausedMethod · 0.95

Tested by

no test coverage detected