Real-Time State Consultation
As a user, I want to consult the real-time state of running backup jobs from the menu, So that I can monitor progress, remaining files, and current file paths without leaving the application.
Given a backup is running,
When the user selects "View current state" from the menu,
Then the console displays the real-time state for each active job, including progress percentage, remaining files, and current file paths.
Given no backup is currently running,
When the user selects "View current state" from the menu,
Then the console displays each configured job with its state marked as "Inactive".