toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.modeling.elements
/
Schedule
/
Schedule
Schedule
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
)