class documentation
class Statistics: (source)
Constructor: Statistics(idleWorkerCount, busyWorkerCount, backloggedWorkCount)
Statistics about a Team's current activity.
| Method | __init__ |
Undocumented |
| Instance Variable | backlogged |
The number of work items passed to Team.do which have not yet been sent to a worker to be performed because not enough workers are available. |
| Instance Variable | busy |
The number of busy workers. |
| Instance Variable | idle |
The number of idle workers. |