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
Properties
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
Message
The message to show in the progress reporting.
public string Message { get; set; }
Property Value
ProgressId
The ID of the progress reporting to update.
public string ProgressId { get; set; }