Sha256: 3cbdfae9b319698e18b2c66c85655d773768f588d324531be828706fa98685b5

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

# The event signals the end of the progress reporting with an optional final
# message. This event should only be sent if the client has passed the value true
# for the ‘supportsProgressReporting’ capability of the ‘initialize’ request.
class DAP::ProgressEndEventBody < DAP::Base
  # The ID that was introduced in the initial 'ProgressStartEvent'.
  property :progressId, as: 'string'

  # Optional, more detailed progress message. If omitted, the previous message (if any) is used.
  property :message, required: false, as: 'string'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dap-0.1.3 lib/dap/progress_end_event_body.rb