start_time_based#

omni.activity.freeze_progress.start_time_based(
duration: float = 10.0,
activity: str = None,
tips: object = None,
tip_duration: float = 5.0,
) None#

Start showing a time-based progress window.

Parameters:
  • duration – Total duration in seconds (default: 10.0)

  • activity – Optional activity name to display

  • tips – Optional list of tip strings to cycle through

  • tip_duration – Duration in seconds to show each tip (default: 5.0)

The progress bar will fill based on elapsed time rather than events. If tips are provided, they will be displayed below the progress bar.