KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.modeling.elements
/
Schedule
/
Schedule
Schedule
@
JvmOverloads
constructor
(
parent
:
ModelElement
,
scheduleData
:
ScheduleData
,
name
:
String
?
=
null
)
@
JvmOverloads
constructor
(
parent
:
ModelElement
,
startTime
:
Double
=
0.0
,
length
:
Double
=
Double.POSITIVE_INFINITY
,
autoStartOption
:
Boolean
=
true
,
repeatable
:
Boolean
=
true
,
startPriority
:
Int
=
KSLEvent.DEFAULT_PRIORITY - 5
,
itemPriority
:
Int
=
KSLEvent.DEFAULT_PRIORITY - 4
,
name
:
String
?
=
null
)