diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-08 18:06:43 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-08 18:06:43 +0300 |
| commit | 5e66f7f601bfbb2f4d46b7b379fd37a5cb88d0bf (patch) | |
| tree | c6fa1f4bcf331d3d36b8f92798e1edac81d90b61 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/IMachineSetupManager.cs | |
| parent | 9c5f5c1351c78536b54df2c90742efae19f00b59 (diff) | |
| download | Tango-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.cs | 2 |
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); } |
