feat(process): better process management, including running state

This commit is contained in:
DecDuck
2024-12-26 17:19:19 +11:00
parent 320fc99a84
commit 59cc48b308
9 changed files with 186 additions and 73 deletions
+1
View File
@@ -47,6 +47,7 @@ pub enum GameTransientStatus {
Downloading { version_name: String },
Uninstalling {},
Updating { version_name: String },
Running {},
}
#[derive(Serialize, Deserialize, Clone)]