Sequential Execution from the Interactive Menu
As a user, I want to trigger a sequential execution of all my configured backup jobs from the main menu, So that I can run my entire daily backup routine with a single action.
Given the user has multiple configured backup jobs,
When they select the "Execute All Jobs Sequentially" option in the interactive menu,
Then the application executes Job 1, waits for it to finish, and automatically starts Job 2, continuing until all configured jobs are completed.
Given the sequential execution of all jobs is triggered,
When Job 2 fails critically (e.g., network disconnect),
Then Job 2 is aborted, logged as an error, and the system automatically attempts to start Job 3 rather than halting the entire sequence.