aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-08 18:06:43 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-08 18:06:43 +0300
commit5e66f7f601bfbb2f4d46b7b379fd37a5cb88d0bf (patch)
treec6fa1f4bcf331d3d36b8f92798e1edac81d90b61 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
parent9c5f5c1351c78536b54df2c90742efae19f00b59 (diff)
downloadTango-5e66f7f601bfbb2f4d46b7b379fd37a5cb88d0bf.tar.gz
Tango-5e66f7f601bfbb2f4d46b7b379fd37a5cb88d0bf.zip
Working on machine setup.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
index 69acfbbcf..52fc5acd1 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs
@@ -10,6 +10,8 @@ namespace Tango.PPC.Common.MachineSetup
{
MachineSetupSteps CurrentStep { get; }
event EventHandler<String> ProgressLog;
+ double UpdatingPackagesProgress { get; }
+ String UpdatingPackagesStatus { get; }
event EventHandler<MachineSetupSteps> ProgressStep;
Task Setup(String serialNumber, String hostAddress);
}