ActiveReports 12 Server User Guide
RequestState Enumeration
ActiveReports 12 Server User Guide > Web Service Library > RequestState Enumeration

Specifies the state of an IReportService request operation for a RequestInfo object.

Enumeration Members

Member Description
Accomplished Indicates that the request operation completed successfully.
Cancelled Indicates that the request operation was cancelled.
Pending Indicates that the request operation is in a request queue.
Rejected Indicates that the request operation was rejected.
Running Indicates that the request operation execution has started, but has not yet completed.
Unavailable Indicates that no request status information is available due to connection problems or other issues.
See Also