BatchActionSuccessResult interface
The state of a succeeded batched action.
- Extends
-
BatchActionState<Kind>
Properties
| completed |
When this action was completed by the service. |
| error | Discriminant to determine if that this is an error result. |
| results | The list of document results. |
Inherited Properties
| action |
The name of the action. |
| kind | The kind of the action results. |
| statistics | Action statistics. |
Property Details
completedOn
When this action was completed by the service.
completedOn: Date
Property Value
Date
error
Discriminant to determine if that this is an error result.
error?: undefined
Property Value
undefined
results
The list of document results.
results: T[]
Property Value
T[]
Inherited Property Details
actionName
The name of the action.
actionName?: string
Property Value
string
Inherited From BatchActionState.actionName
kind
statistics
Action statistics.
statistics?: TextDocumentBatchStatistics
Property Value
Inherited From BatchActionState.statistics