Method LongestOp
LongestOp(IEnumerable<TaskStats>)
Find the longest op name out of completed tasks.
Declaration
protected virtual string LongestOp(IEnumerable<TaskStats> taskStats)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<TaskStats> | taskStats | Completed tasks to be considered. |
Returns
Type | Description |
---|---|
System.String | The longest op name out of completed tasks. |