Reputation: 951
I have some mutable state that lives in the Application that I want to make sure persists across process death without manual intervention.
This means I need a way to read the state in the Application, mutate the state via the UI, kill the Application process, and restart the Application process programmatically without any manual intervention.
Upvotes: 0
Views: 21