FrostingTask<T>.

ShouldRun(T) Method

Summary

Gets whether or not the task should be run.
Namespace
Cake.Frosting
Containing Type
FrostingTask<T>

Syntax

public virtual bool ShouldRun(T context)

Parameters

Name Type Description
context T The context.

Return Value

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