Implement progress reporting when downloading messages (#57)

This commit is contained in:
Alexey Golub
2018-06-25 23:11:34 +03:00
committed by GitHub
parent e4f0b8193f
commit 8678043f0d
6 changed files with 89 additions and 42 deletions

View File

@@ -9,6 +9,9 @@ namespace DiscordChatExporter.Gui.ViewModels
bool IsBusy { get; }
bool IsDataAvailable { get; }
bool IsProgressIndeterminate { get; }
double Progress { get; }
string Token { get; set; }
IReadOnlyList<Guild> AvailableGuilds { get; }