struct ProgressUpdateEvent

Defined at line 1566 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h

The event signals that the progress reporting needs to be updated with a new

message and/or percentage. The client does not have to update the UI

immediately, but the clients needs to keep track of the message and/or

percentage values. This event should only be sent if the corresponding

capability `supportsProgressReporting` is true.

Public Members

optional message
optional percentage
basic_string progressId