CakeReportPrinterBase.

ShouldWriteTask(CakeReportEntry) Method

Summary

Check if the CakeReportEntry should be written.

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.