Searched refs:hasFailed (Results 1 – 2 of 2) sorted by relevance
55 private volatile boolean hasFailed; field in BaseTask85 public boolean hasFailed() { in hasFailed() method in BaseTask87 return hasFailed; in hasFailed()115 hasFailed = true; in fail()195 if (hasFailed) { in onCompleted()
49 if (!task.hasFailed()) { in onCompleted()