workDoneProgress

class Object
trait Matchable
class Any

Type members

Classlikes

object cancel extends LSPNotification

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

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

object create extends LSPRequest

The window/workDoneProgress/create request is sent from the server to the client to initiate progress reporting from the server.

The window/workDoneProgress/create request is sent from the server to the client to initiate progress reporting from the server.