Actuate Information Delivery API data types : RetryOptions
 
RetryOptions
A complex data type that describes how to retry report generation or printing jobs that have failed.
Schema
<xsd:complexType name="RetryOptions">
<xsd:sequence>
<xsd:element name="RetryOption"
type="typens:RetryOptionType"/>
<xsd:element name="MaxRetryCount" type="xsd:long"
minOccurs="0"/>
<xsd:element name="RetryInterval" type="xsd:long"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Elements
RetryOption
The retry options.
MaxRetryCount
The maximum number or retry attempts.
RetryInterval
The interval between retry attempts. Measured in seconds.