OOF2: The Manual

Name

OOF.ActivityViewer.Settings.AutoDismiss — Dismiss progress bars automatically when processes end.

Synopsis

OOF.ActivityViewer.Settings.AutoDismiss(boolean)

Details

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

    boolean
    A boolean value, 0 (false) or 1 (true). This is not a keyword parameter (just enter '0' or '1', not 'boolean=1').

Description

In GUI mode, when AutoDismiss is on, progress bars will be removed from the Activity Viewer window when the task that they're monitoring finishes. If AutoDismiss is off, it's necessary to remove progress bars explicitly with the Dismiss or Dismiss All buttons.