lengthComputable property

bool? lengthComputable
getter/setter pair

Is a Boolean flag indicating if the total work to be done, and the amount of work already done, by the underlying process is calculable. In other words, it tells if the progress is measurable or not.

Implementation

bool? lengthComputable;