KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.app.dist.session
/
FitEvent
/
FitCancelled
Fit
Cancelled
data
class
FitCancelled
(
val
fitId
:
String
,
val
reason
:
String
,
val
endTime
:
Instant
)
:
FitEvent
(
source
)
Terminal: the fit was cancelled before completion.
Members
Constructors
Fit
Cancelled
Link copied to clipboard
constructor
(
fitId
:
String
,
reason
:
String
,
endTime
:
Instant
)
Properties
end
Time
Link copied to clipboard
val
endTime
:
Instant
fit
Id
Link copied to clipboard
val
fitId
:
String
reason
Link copied to clipboard
val
reason
:
String