Добавлено перечисление cтатуса выполнения операции перемещения
This commit is contained in:
parent
f3949b87da
commit
d88702a821
18
ProjectStormtrooper/ProjectStormtrooper/Status.cs
Normal file
18
ProjectStormtrooper/ProjectStormtrooper/Status.cs
Normal file
@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ProjectStormtrooper
|
||||
{
|
||||
/// <summary>
|
||||
/// Статус выполнения операции перемещения
|
||||
/// </summary>
|
||||
public enum Status
|
||||
{
|
||||
NotInit,
|
||||
InProgress,
|
||||
Finish
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user