diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-05-03 08:53:20 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-05-03 08:53:20 +0300 |
| commit | 6bd9cc181e2489399ebe0df562e1e92ed4419b0d (patch) | |
| tree | 1f9040a056ba88232c6cb64772eab0a9211c73e8 /Software/PMR/Messages/ThreadLoading | |
| parent | 064aaf993d9c38a64f75ea0abf79ced58bdb0741 (diff) | |
| download | Tango-6bd9cc181e2489399ebe0df562e1e92ed4419b0d.tar.gz Tango-6bd9cc181e2489399ebe0df562e1e92ed4419b0d.zip | |
suggested additions to Protobuf - messages
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto index be8136741..1a81c2a96 100644 --- a/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto +++ b/Software/PMR/Messages/ThreadLoading/StartThreadLoadingResponse.proto @@ -9,4 +9,6 @@ message StartThreadLoadingResponse { ThreadLoadingState State = 1; string ErrorReason = 2; + double ProgressPercentage = 3; + string Message = 4; }
\ No newline at end of file |
