Summary
    Runs the specified targets.
    
		- Namespace
 - Cake
.Cli  - Containing Type
 - Description
Script Host  
Syntax
public override Task<CakeReport> RunTargetsAsync(IEnumerable<string> targets)
	Parameters
| Name | Type | Description | 
|---|---|---|
| targets | IEnumerable | 
						The targets to run. | 
Return Value
| Type | Description | 
|---|---|
| Task | 
					The resulting report. | 
