toggle menu
transformerkt
androidJvm
switch theme
search in API
transformerkt
/
dev.transformerkt
/
TransformerStatus
/
Progress
Progress
class
Progress
(
@
IntRange
(
from
=
0
,
to
=
100
)
val
progress
:
Int
)
:
TransformerStatus
Current progress of a
Transformer
execution.
Parameters
progress
Integer progress value between 0-100
Members
Constructors
Progress
Link copied to clipboard
constructor
(
@
IntRange
(
from
=
0
,
to
=
100
)
progress
:
Int
)
Properties
progress
Link copied to clipboard
val
progress
:
Int