Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.routing
/
HotReloadStatusData
Hot
Reload
Status
Data
@
Serializable
data
class
HotReloadStatusData
(
val
enabled
:
Boolean
,
val
inProgress
:
Boolean
,
val
lastFailureSummary
:
String
?
=
null
,
val
lastEvent
:
DevReloadEvent
?
=
null
)
(
source
)
Members
Constructors
Hot
Reload
Status
Data
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
inProgress
:
Boolean
,
lastFailureSummary
:
String
?
=
null
,
lastEvent
:
DevReloadEvent
?
=
null
)
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
in
Progress
Link copied to clipboard
val
inProgress
:
Boolean
last
Event
Link copied to clipboard
val
lastEvent
:
DevReloadEvent
?
last
Failure
Summary
Link copied to clipboard
val
lastFailureSummary
:
String
?