This content is part of a third party extension that is not supported by the Cake project.
- Assembly
- Cake
.Parallel .Module .dll - Namespace
- Cake
.Parallel .Module - Containing Type
- ParallelCakeEngine
Syntax
public void performTaskTeardown(ICakeContext context, IExecutionStrategy strategy, CakeTask task, TimeSpan duration, bool skipped, bool exceptionWasThrown)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | |
strategy | IExecutionStrategy | |
task | CakeTask | |
duration | TimeSpan | |
skipped | bool | |
exceptionWasThrown | bool |
Return Value
Type | Description |
---|---|
void |