ScheduleData

constructor(initialStartTime: Double = 0.0, scheduleLength: Double = Double.POSITIVE_INFINITY, isAutoStartFlag: Boolean = true, isScheduleRepeatable: Boolean = true, startEventPriority: Int = KSLEvent.DEFAULT_PRIORITY - 5, itemStartEventPriority: Int = KSLEvent.DEFAULT_PRIORITY - 4, scheduleItemDataList: List<ScheduleItemData>)