siemens / simatic-s7-webserver-api

A .NET API Client Library for the SIMATIC S7 PLC Webserver API
https://www.nuget.org/packages/Siemens.Simatic.S7.Webserver.API/
MIT License
101 stars 23 forks source link

Implement IProgress<int> in ApiWebAppDeployer #21

Open KircMax opened 2 years ago

KircMax commented 2 years ago

As a GUI creator I would like to be able to

Consider also implementing an Event OnDeployFinished or something alike (then the deploy step itself might also just be performed "fully" in the background and not awaited in the GUI)

KircMax commented 1 year ago

same would be applicable in the ApiDirectoryHandler