OOF2: The Manual

Name

OOF.ActivityViewer.Settings.DelayProgressBarCreation — Create progress bars only for processes that take longer than a specified time.

Synopsis

OOF.ActivityViewer.Settings.DelayProgressBarCreation(milliseconds)

Details

  • Parent Menu: OOF.ActivityViewer.Settings
  • Callback: function set_delay in module ooflib.common.IO.progressbar_delay
  • Parameters:

    milliseconds
    Delay time of the progress bar in milliseconds. Type: Integer.

Description

Don't create progress bars until a task has been running for the given number of milliseconds. This has the effect of suppressing progress bars for short-lived tasks, and not cluttering up the screen so much.