getShownProgress method

int getShownProgress()

Implementation

int getShownProgress() {
  return (progress * 100).round();
}