long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-model
/
org.artofdev.tasks.model
/
TaskProgress
Task
Progress
data
class
TaskProgress
(
val
progress
:
Double
,
val
progressEnd
:
Double
,
val
message
:
String
?
=
null
)
Members
Constructors
Task
Progress
Link copied to clipboard
constructor
(
progress
:
Double
,
progressEnd
:
Double
,
message
:
String
?
=
null
)
Properties
message
Link copied to clipboard
val
message
:
String
?
progress
Link copied to clipboard
val
progress
:
Double
progress
End
Link copied to clipboard
val
progressEnd
:
Double