pastas.timer.SolveTimer.refresh#

SolveTimer.refresh(nolock=False, lock_args=None)#

Force refresh the display of this bar.

Parameters
  • nolock (bool, optional) – If True, does not lock. If [default: False]: calls acquire() on internal lock.

  • lock_args (tuple, optional) – Passed to internal lock’s acquire(). If specified, will only display() if acquire() returns True.