ouisync
Toggle table of contents
0.9.2-2
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-session
/
org.equalitie.ouisync.session
/
Progress
Progress
@
Serializable
data
class
Progress
(
val
value
:
Long
,
val
total
:
Long
)
Progress of a task.
Members
Constructors
Progress
Link copied to clipboard
constructor
(
value
:
Long
,
total
:
Long
)
Properties
total
Link copied to clipboard
val
total
:
Long
value
Link copied to clipboard
val
value
:
Long