IAdministerSystemListRunningReports Method

Displays information about the active/waiting recovery reports in an application.

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

StatusInfo ListRunningReports(
	out IList<ReportInformation> reportsList
)

Parameters

reportsList
Type: System.Collections.GenericIListReportInformation
List of reports of type ReportInformation.

Return Value

Type: StatusInfo
StatusInfo Object
See Also