CakeReport.

Add(string, TimeSpan) Method

Summary

Adds a task result to the report.
Namespace
Cake.Core
Containing Type
CakeReport

Syntax

public void Add(string task, TimeSpan span)

Parameters

Name Type Description
task string The task.
span TimeSpan The span.

Return Value

Type Description
void