Repeat
A complex data type that describes how often a job run is to be repeated.
Schema
<xsd:complexType name="Repeat">
<xsd:sequence>
<xsd:element name="StartTime" type="xsd:string" />
<xsd:element name="EndTime" type="xsd:string" />
<xsd:element name="IntervalInSeconds" type="xsd:long" />
</xsd:sequence>
</xsd:complexType>
Elements
StartTime
The time that the job is to start repeatedly running.
EndTime
The time that the job is to no longer run.
IntervalInSeconds
The time to wait between job runs.