Table of Contents

Class StatusAction

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

This action is typically sent by the server (or the client) to signal a state change. If a timeout is given the respective status should disappear after the timeout is reached.

public class StatusAction : BaseAction
Inheritance
StatusAction
Inherited Members

Fields

StatusActionKind

The kind value used for this kind of action

public const string StatusActionKind = "status"

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 describing the status.

public string Message { get; set; }

Property Value

string

Severity

The severity of the status.

public string Severity { get; set; }

Property Value

string

Timeout

Timeout after which a displayed status disappears.

public double Timeout { get; set; }

Property Value

double