BatchActionSuccessResult interface

成功批次動作的狀態。

Extends

屬性

completedOn

服務完成此動作時。

error

判斷這是否為錯誤結果的辨別項。

results

檔結果的清單。

繼承的屬性

actionName

動作的名稱。

kind

動作結果的種類。

statistics

動作統計數據。

屬性詳細資料

completedOn

服務完成此動作時。

completedOn: Date

屬性值

Date

error

判斷這是否為錯誤結果的辨別項。

error?: undefined

屬性值

undefined

results

檔結果的清單。

results: T[]

屬性值

T[]

繼承的屬性詳細資料

actionName

動作的名稱。

actionName?: string

屬性值

string

繼承自BatchActionState.actionName

kind

動作結果的種類。

kind: Kind

屬性值

Kind

繼承自BatchActionState.kind

statistics

動作統計數據。

statistics?: TextDocumentBatchStatistics

屬性值

繼承自BatchActionState.statistics