1using System.Threading.Tasks;
32 string Body = await this.body.Evaluate(State.
Variables);
34 await State.
Query.SetStatus(Body);
Reports a status message.
override async Task< bool > Execute(ReportState State)
Executes the report action.
Status(XmlElement Xml, ReportFile Report)
Reports a status message.
Abstract base class for report actions.
ReportFile Report
Parsed report containing the report action.
Contains a parsed report, as defined in a report file.
Class containing the state of a report.
Variables Variables
Current set of variables.
Query Query
Current query object reference.