Source: factory.core/extend.tui/ObjWorkflowSimulTUI.py
Terminal UI dashboard for live workflow simulation monitoring.
Reads from ObjWorkflowSimul._ACTIVE_SIM_STATE on each refresh
cycle — no database calls are made; the simulation workers update
the shared class-level dict directly.
...
| Method | Signature | Description |
|---|---|---|
| start | start() |
Start the TUI with fd redirection for flicker-free output. |
| stop | stop() |
Stop the TUI and restore the terminal. |