IAdministerSystemTerminateReport Method

Terminate an active report immediately.

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

StatusInfo TerminateReport(
	string reportName,
	StopType stopType = StopType.NORECOVERY,
	string processId = null
)

Parameters

reportName
Type: SystemString
Report name
stopType (Optional)
Type: Unisys.AgileBusiness.RuntimeAPIStopType
Stop types : Unisys.AgileBusiness.RuntimeAPI.StopType
processId (Optional)
Type: SystemString
Process id of the report

Return Value

Type: StatusInfo
StatusInfo Object
See Also