1using System.Threading.Tasks;
Abstract base class for report actions.
ReportFile Report
Parsed report containing the report action.
ReportAction(ReportFile Report)
Abstract base class for report actions.
abstract Task< bool > Execute(ReportState State)
Executes the report action.
Contains a parsed report, as defined in a report file.
Class containing the state of a report.