BatchActionState interface

The State of a batched action

Properties

actionName

The name of the action.

kind

The kind of the action results.

statistics

Action statistics.

Property Details

actionName

The name of the action.

actionName?: string

Property Value

string

kind

The kind of the action results.

kind: Kind

Property Value

Kind

statistics

Action statistics.

statistics?: TextDocumentBatchStatistics

Property Value