ScheduleType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Task schedule. Specifies when and how often something should happen.
Item Summary  
Name Type Multiplicity Description
earliestStartTime property
dateTime
[0,1] Earliest time when the task is allowed to start. 
latestStartTime property
dateTime
[0,1] Latest time when the task is allowed to start. 
latestFinishTime property
dateTime
[0,1] Latest time when the task is allowed to run. 
interval property
int
[0,1] Interval in seconds between task runs. 
cronLikePattern property
string
[0,1] Cron-like pattern specifying time(s) when the task is to be run. 
misfireAction property
MisfireActionType
[0,1] What is to be done when the planned start time arrives without the task actually starting.