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
/
TaskWithProgress
Task
With
Progress
data
class
TaskWithProgress
(
val
task
:
Task
,
val
progress
:
TaskProgress
?
)
Members
Constructors
Task
With
Progress
Link copied to clipboard
constructor
(
task
:
Task
,
progress
:
TaskProgress
?
)
Properties
progress
Link copied to clipboard
val
progress
:
TaskProgress
?
task
Link copied to clipboard
val
task
:
Task