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

Constructors

Link copied to clipboard
constructor(@IntRange(from = 0, to = 100) progress: Int)

Properties

Link copied to clipboard