Summary
Gets whether or not the task should be run.
- Namespace
- Cake
.Frosting - Containing Type
- AsyncFrostingTask
<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.
|
