public class TaskSetResult
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
TaskSetResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
completedCount()
Count of completed tasks including subtasks
|
boolean |
failed()
Whether the task failed
|
boolean |
hasNext() |
void |
iterate()
Iterate through the tasks
|
void |
join()
Wait for the tasks to complete
|
java.lang.Object |
next() |
boolean |
ready()
Whether the task is ready
|
void |
revoke()
Revoke the related tasks
|
boolean |
succesful()
Whether the task was successful
|
boolean |
waiting()
Whether the task is waiting
|
public boolean succesful()
public boolean failed()
public boolean waiting()
public boolean ready()
public int completedCount()
public void revoke()
public void iterate()
public void join()
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iterator