schedules:after

Description

Schedule at a point in time immediately after the nested schedule.

This can be useful when wanting a schedule to begin at the end of an interval instead of the beginning.

Properties

NameDescriptionRequired
refinement Provide a refinement to this schedule. No.

Example

 <schedules:after xmlns:schedules="http://rgordon.co.uk/oddjob/schedules" >
  <refinement>
   <schedules:interval interval="00:20"/>
  </refinement>
 </schedules:after>
 
    


(c) Rob Gordon 2005 - 2009