IFrostingTask.

ShouldRun(ICakeContext) Method

Summary

Gets whether or not the task should be run.
Namespace
Cake.Frosting
Containing Type
IFrostingTask

Syntax

bool ShouldRun(ICakeContext context)

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
bool true if the task should run; otherwise false.