ScheduleData

@Serializable
data class ScheduleData(var initialStartTime: Double = 0.0, var scheduleLength: Double = Double.POSITIVE_INFINITY, var isAutoStartFlag: Boolean = true, var isScheduleRepeatable: Boolean = true, var startEventPriority: Int = KSLEvent.DEFAULT_PRIORITY - 5, var itemStartEventPriority: Int = KSLEvent.DEFAULT_PRIORITY - 4, val scheduleItemDataList: List<ScheduleItemData>) : ToJSONIfc

Constructors

Link copied to clipboard
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>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJson(): String