Summary
Adds a failed task result to the report.
- Namespace
- Cake
.Core - Containing Type
- CakeReport
Syntax
public void AddFailed(string task, TimeSpan span)
Parameters
Name | Type | Description |
---|---|---|
task | string | The task. |
span | TimeSpan | The span. |
Return Value
Type | Description |
---|---|
void |