View Source GenLSP.Notifications.WindowWorkDoneProgressCancel (gen_lsp v0.8.1)

The window/workDoneProgress/cancel notification is sent from the client to the server to cancel a progress initiated on the server side.

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Notifications.WindowWorkDoneProgressCancel{
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.WorkDoneProgressCancelParams.t() | nil
}