CakeReport.

AddDelegated(string, TimeSpan) Method

Summary

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

Syntax

public void AddDelegated(string task, TimeSpan span)

Parameters

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

Return Value

Type Description
void