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