Actuate Information Delivery API data types : ExecuteReportStatus
 
ExecuteReportStatus
A simple data type that represents the status of report execution.
Schema
<xsd:simpleType name="ExecuteReportStatus">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Done"/>
<xsd:enumeration value="Failed"/>
<xsd:enumeration value="FirstPage"/>
<xsd:enumeration value="Pending"/>
</xsd:restriction>
</xsd:simpleType>
Elements
Done
The report execution succeeded.
Failed
The report execution failed.
FirstPage
The first page is complete. Applies only if progressive viewing is enabled.
Pending
The job is either in the queue or in the process of generating. Applies only if WaitTime is specified.