BetterModel
Toggle table of contents
1.13.5-SNAPSHOT-407
core
Target filter
core
Switch theme
Search in API
Skip to content
BetterModel
core
/
kr.toxicity.model.manager
/
ReloadPipeline
/
Status
Status
data
class
Status
(
val
progress
:
Float
,
val
current
:
Int
,
val
goal
:
Int
,
val
status
:
String
)
Members
Constructors
Status
Link copied to clipboard
constructor
(
progress
:
Float
,
current
:
Int
,
goal
:
Int
,
status
:
String
)
Properties
current
Link copied to clipboard
val
current
:
Int
goal
Link copied to clipboard
val
goal
:
Int
progress
Link copied to clipboard
val
progress
:
Float
status
Link copied to clipboard
val
status
:
String