Schedule CIfc
Properties
The time from the beginning of the replication to the time that the schedule is to start
Indicates whether the schedule should be started automatically upon initialization, default is true
The schedule repeat flag controls whether the entire schedule will repeat after its entire duration has elapsed. The default is to repeat the schedule. The use of this flag only makes sense if a finite schedule length is specified
the priority associated with the item's start event
The data associated with the schedule
The schedule item data as a list
Represents the total length of time of the schedule. The total of the durations added to the schedule cannot exceed this amount. After this time has elapsed the entire schedule can repeat if the schedule repeat flag is true. The default is infinite.
the priority associated with the schedule's start event
Functions
Adds the item to the schedule
Adds all the items to the schedule.
The same listener cannot be added more than once. Listeners are notified of schedule changes in the sequence by which they were added.
Removes all schedule items from the schedule
Uses the supplied JSON string to configure the schedule via ScheduleData
Returns the current settings in the form of the data type that can be serialized.
Deletes all listeners
Removes the item from the schedule. If the item is null or not on this schedule nothing happens.
Converts the configuration settings to JSON