Summary
Registers the task teardown action.
- Namespace
- Cake
.Core - Containing Type
- CakeEngineActions
Syntax
public void RegisterTaskTeardown(Action<ITaskTeardownContext> action)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The task teardown action. |
Return Value
| Type | Description |
|---|---|
| void |
