Sha256: 93c0a8071319d958b683b4d6bbe17375f4549d231ff3b59446f6a2e7cfd135a4
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
class DAP::ProgressEndEventBody < DAP::Base # The ID that was introduced in the initial 'ProgressStartEvent'. property :progressId # Optional, more detailed progress message. If omitted, the previous message (if any) is used. property :message, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/progress_end_event_body.rb |
ruby-dap-0.1.1 | lib/dap/progress_end_event_body.rb |
ruby-dap-0.1.0 | lib/dap/progress_end_event_body.rb |