共用方式為


OperationStatusResult interface

非同步作業的目前狀態。

屬性

endTime

作業的結束時間。

error

如果有,作業錯誤的詳細資料。

id

非同步作業的完整識別碼。

name

非同步作業的名稱。

operations

作業清單。

percentComplete

完成的作業百分比。

startTime

作業的開始時間。

status

作業狀態。

屬性詳細資料

endTime

作業的結束時間。

endTime?: Date

屬性值

Date

error

如果有,作業錯誤的詳細資料。

error?: ErrorDetail

屬性值

id

非同步作業的完整識別碼。

id?: string

屬性值

string

name

非同步作業的名稱。

name?: string

屬性值

string

operations

作業清單。

operations?: OperationStatusResult[]

屬性值

percentComplete

完成的作業百分比。

percentComplete?: number

屬性值

number

startTime

作業的開始時間。

startTime?: Date

屬性值

Date

status

作業狀態。

status: string

屬性值

string