IFrostingTask.

Finally(ICakeContext) Method

Summary

The finally handler to be executed after the task have finished executing.
Namespace
Cake.Frosting
Containing Type
IFrostingTask

Syntax

void Finally(ICakeContext context)

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void