This content is part of a third party extension that is not supported by the Cake project.
Summary
Check if the
CakeReportEntry
should be written.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- Cake
Report Printer Base
Syntax
protected bool ShouldWriteTask(CakeReportEntry item)
Parameters
Name | Type | Description |
---|---|---|
item | CakeReportEntry | The CakeReportEntry to check. |
Return Value
Type | Description |
---|---|
bool | true , if the CakeReportEntry should be written. |