class documentation

DiagnosticTask is an abstract base class for collecting diagnostic data.

Subclasses are provided for generating common diagnostic information. A DiagnosticTask has a name, and a function that is called to create a DiagnosticStatusWrapper.

Method __init__ Constructs a DiagnosticTask setting its name in the process.
Method getName Returns the name of the DiagnosticTask.
Method run Fills out this Task's DiagnosticStatusWrapper. @param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper
Instance Variable name Undocumented