MCPcopy Index your code
hub / github.com/benfry/processing4 / succeeded

Method succeeded

app/src/processing/app/exec/ProcessResult.java:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 public boolean succeeded() {
35 return result == 0;
36 }
37
38 public String getStderr() {
39 return error;

Callers 1

ffsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected