You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docs] Add CueProgBar documentation to Cuetopia monitoring guide (#1962)
**Link the Issue(s) this Pull Request is related to.**
- #1800
**Summarize your change.**
[docs] Add CueProgBar documentation to Cuetopia monitoring guide
- Document CueProgBar standalone progress window functionality
- Add sections for launching methods, interface overview, and color
coding
- Include interactive features: left-click status and right-click
controls
- Document window features, auto-update mechanism, and visual indicators
- Add use cases, technical details, and best practices
- Include keyboard shortcuts and memory usage information
- Add screenshot images
4.[Filters and Search Capabilities](#filters-and-search-capabilities)
27
-
5.[Data Processing and Updates](#data-processing-and-updates)
26
+
4.[CueProgBar - Progress Bar Window](#cueprogbar---progress-bar-window)
27
+
5.[Filters and Search Capabilities](#filters-and-search-capabilities)
28
+
6.[Data Processing and Updates](#data-processing-and-updates)
28
29
29
30
---
30
31
@@ -347,6 +348,132 @@ Right-click on nodes provides:
347
348
348
349
---
349
350
351
+
## CueProgBar - Progress Bar Window
352
+
353
+
CueProgBar is a lightweight, standalone progress monitoring window that provides a visual representation of job frame status. It offers a minimalist interface for quick job monitoring without the overhead of the full CueGUI application.
354
+
355
+
### Launching CueProgBar
356
+
357
+
From CueGUI Job Context Menu:
358
+
- Right-click on any job in the Monitor Jobs view
359
+
- Select "Show Progress Bar" from the context menu
360
+
- A separate progress bar window opens for that job
0 commit comments