mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
fix: download status
This commit is contained in:
@@ -234,4 +234,19 @@ class DownloadTaskInfo {
|
||||
}
|
||||
|
||||
/// Download task status
|
||||
enum DownloadTaskStatus { initializing, live, paused, error, finished }
|
||||
enum DownloadTaskStatus {
|
||||
/// Checking/verifying existing files
|
||||
checking,
|
||||
|
||||
/// Actively downloading
|
||||
live,
|
||||
|
||||
/// Paused
|
||||
paused,
|
||||
|
||||
/// Error occurred
|
||||
error,
|
||||
|
||||
/// Download completed
|
||||
finished,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user