transformerkt
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
transformerkt
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