From 9e6d1ddfb42c4e8357bd75c2b1d6f84df1ea1966 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 29 Nov 2018 13:15:09 +0200 Subject: Working on machine studio storage module. --- .../Storage/StorageFileHandlerStatus.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerStatus.cs (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerStatus.cs') diff --git a/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerStatus.cs b/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerStatus.cs new file mode 100644 index 000000000..7fb30dd16 --- /dev/null +++ b/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerStatus.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.Integration.Storage +{ + public enum StorageFileHandlerStatus + { + Pending, + Active, + Canceled, + Failed, + Completed, + } +} -- cgit v1.3.1