Table of Contents

Class EndProgressAction

Namespace
NMF.Glsp.Protocol.Notification
Assembly
NMF.Glsp.dll

This action is sent by the server to the client to end the reporting of a progress.

public class EndProgressAction : BaseAction
Inheritance
EndProgressAction
Inherited Members

Fields

EndProgressActionKind

The kind value used for this kind of action

public const string EndProgressActionKind = "endProgress"

Field Value

string

Properties

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

Message

The message to show in the progress reporting.

public string Message { get; set; }

Property Value

string

ProgressId

The ID of the progress reporting to update.

public string ProgressId { get; set; }

Property Value

string