percent

open val percent: Int(source)

The percentage of the amount of work done and the total amount of work to be done.

Allowed values are between 0 and 100, both inclusive.

  • 0 means the work has not started (nothing was done out of the total),

  • 100 means the work has finished (everything was done out of the total).

Although 100 is semantically the same as Progress.Done, it is still a legal value to simplify usage.

See also