Summary
Adds a skipped task result to the report.
- Namespace
- Cake
.Core - Containing Type
- CakeReport
Syntax
public void AddSkipped(string task, string skippedMessage)
Parameters
| Name | Type | Description |
|---|---|---|
| task | string | The task. |
| skippedMessage | string | The message explaining why the task was skipped. |
Return Value
| Type | Description |
|---|---|
| void |
