Sha256: f4ba0013bba7f09ed4c8ea5889ab3f05ba88206e514a1c968554ed6b83299097
Contents?: true
Size: 428 Bytes
Versions: 3
Compression:
Stored size: 428 Bytes
Contents
class DAP::ProgressUpdateEventBody < DAP::Base # The ID that was introduced in the initial 'progressStart' event. property :progressId # Optional, more detailed progress message. If omitted, the previous message (if any) is used. property :message, required: false # Optional progress percentage to display (value range: 0 to 100). If omitted no percentage will be shown. property :percentage, required: false end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.2 | lib/dap/progress_update_event_body.rb |
ruby-dap-0.1.1 | lib/dap/progress_update_event_body.rb |
ruby-dap-0.1.0 | lib/dap/progress_update_event_body.rb |