Business Software Setting
As a user, I want to define the name of the business software process to monitor in the general settings, So that EasySave can detect it and automatically block backup operations that would interfere with it.
Given the user opens the general settings and navigates to the "Business Software" section,
When the panel renders,
Then a text field allows them to enter a single process name (e.g., calc.exe).
Given the user enters a valid process name and saves,
When the next backup job is triggered,
Then the engine uses exactly that process name for its OS-level detection check.
Given the user clears the business software field and saves,
When the next backup runs,
Then no process check is performed and the backup proceeds without any business software restriction.