Package gofer :: Package agent :: Module rmi :: Class Progress
[hide private]
[frames] | no frames]

Class Progress

source code

Provides support for progress reporting.

Instance Methods [hide private]
 
__init__(self, task) source code
 
report(self)
Send the progress report.
source code
Instance Variables [hide private]
Task __task
The current task.
int completed
The completed work units.
object details
The reported details.
int total
The total work units.
Method Details [hide private]

__init__(self, task)
(Constructor)

source code 
Parameters:
  • task (Task) - The current task.