Method ReportSumByName
ReportSumByName(IList<TaskStats>)
Report statistics as a string, aggregate for tasks named the same.
Declaration
protected virtual Report ReportSumByName(IList<TaskStats> taskStats)
Parameters
Type | Name | Description |
---|---|---|
IList<TaskStats> | taskStats |
Returns
Type | Description |
---|---|
Report | The report. |