Summary
    Adds a description to the task.
    
		- Namespace
- Cake.Core 
- Containing Type
- CakeTask Builder Of T Extensions 
Syntax
public static CakeTaskBuilder<TData> Description<TData>(this CakeTaskBuilder<TData> builder, string description) 
    where TData : classType Parameters
| Name | Description | 
|---|---|
| TData | The type of the data context. | 
Parameters
| Name | Type | Description | 
|---|---|---|
| builder | CakeTaskBuilder | The task builder. | 
| description | string | The description. | 
Return Value
| Type | Description | 
|---|---|
| CakeTaskBuilder | The same CakeTaskBuilder<TData>instance so that multiple calls can be chained. | 
