|
|
|
|
|
record(self,
name,
successOrFailure)
Record success or failure |
source code
|
|
|
success(self,
*unused)
record a successful result |
source code
|
|
|
fail(self,
*unused)
record a failed operation |
source code
|
|
|
_checkFinished(self)
determine the stopping point |
source code
|
|
|
finished(self)
determine if we have finished everything |
source code
|
|
|
stats(self)
provide a summary of the effort |
source code
|
|
|
outstanding(self)
return the number of unfinished operations |
source code
|
|
|
outstandingNames(self)
return the number of unfinished operations |
source code
|
|