Updated synchronization progress implementation.
This commit is contained in:
@@ -41,6 +41,11 @@ public interface ISynchronizationManager
|
||||
/// </summary>
|
||||
bool IsAccountSynchronizing(Guid accountId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the latest centralized synchronization progress snapshot for the given account and category.
|
||||
/// </summary>
|
||||
AccountSynchronizationProgress GetSynchronizationProgress(Guid accountId, SynchronizationProgressCategory category);
|
||||
|
||||
/// <summary>
|
||||
/// Queues a mail action request to the corresponding account's synchronizer with optional synchronization triggering.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user