Summary
Executes the specified task.
- Namespace
- Cake
.Core - Containing Type
- Default
Execution Strategy
Syntax
public Task ExecuteAsync(CakeTask task, ICakeContext context)
Parameters
Name | Type | Description |
---|---|---|
task | CakeTask | The task to execute. |
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
Task | Returned Task. |