exports.expandProgress = function(amount) {
  if (undefined !== barItems.progress) {
    barItems.progress.max += amount;
  }
  return this;