Initial commit.
This commit is contained in:
9
Wino.Core.Domain/Enums/SynchronizationCompletedState.cs
Normal file
9
Wino.Core.Domain/Enums/SynchronizationCompletedState.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Wino.Core.Domain.Enums
|
||||
{
|
||||
public enum SynchronizationCompletedState
|
||||
{
|
||||
Success, // All succeeded.
|
||||
Canceled, // Canceled by user or HTTP call.
|
||||
Failed // Exception.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user