![]() |
NDEVR
API Documentation
|
Common formats for sending messages over the pipe using setMessageProgressFormat Default progress format is percent. More...
Static Public Attributes | |
| static constexpr StringView const | percent = "Progress: [%]%\r" |
| Sends progress as a percentage value. | |
| static constexpr StringView const | progress = "Progress: [p]\r" |
| Sends progress as a raw progress value. | |
| static constexpr StringView const | progress_and_time = "Progress: [p]\r" |
| Sends progress with time information. | |
Common formats for sending messages over the pipe using setMessageProgressFormat Default progress format is percent.
Definition at line 28 of file ConnectionPipeStream.h.