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

Method active

java/libraries/net/src/processing/net/Client.java:319–321  ·  view source on GitHub ↗

( begin auto-generated from Client_active.xml ) Returns true if this client is still active and hasn't run into any trouble. ( end auto-generated ) @webref client:client @brief Returns true if this client is still active @usage application

()

Source from the content-addressed store, hash-verified

317 * @usage application
318 */
319 public boolean active() {
320 return (thread != null);
321 }
322
323
324 /**

Callers 1

availableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected