struct ProgressStartEvent

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

The event signals that a long running operation is about to start and

provides additional information for the client to set up a corresponding

progress and cancellation UI. The client is free to delay the showing of the

UI in order to reduce flicker. This event should only be sent if the

corresponding capability `supportsProgressReporting` is true.

Public Members

optional cancellable
optional message
optional percentage
basic_string progressId
optional requestId
basic_string title