Summary
Runs the task using the specified context.
- Namespace
- Cake
.Frosting - Containing Type
- IFrostingTask
Syntax
Task RunAsync(ICakeContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |
