Click or drag to resize

ReportingProcessBaseGetPendingReportsList Method

Returns the list of reports which are in the queue but are yet to be generated.

Namespace: GSF.TimeSeries.Reports
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public List<string> GetPendingReportsList()
View Source

Return Value

ListString
The list of pending reports.

Implements

IReportingProcessGetPendingReportsList
See Also