ParallelCakeEngine.

performTaskTeardown(ICakeContext, IExecutionStrategy, CakeTask, TimeSpan, bool, bool) Method

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