View Source GenLSP.Structures.WorkDoneProgressEnd (gen_lsp v0.8.1)

Link to this section Summary

Functions

Fields

  • kind
  • message: Optional, a final message indicating to for example indicate the outcome of the operation.

Link to this section Types

@type t() :: %GenLSP.Structures.WorkDoneProgressEnd{
  kind: String.t(),
  message: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.WorkDoneProgressEnd{}

View Source (struct)

fields

Fields

  • kind
  • message: Optional, a final message indicating to for example indicate the outcome of the operation.