LongRunningOperationResult interface
Long running operation result.
Properties
| end |
The end time of the operation. |
| error | The operation error. |
| name | The name of the operation. |
| percent |
The completion percentage of the operation. |
| start |
The start time of the operation. |
| status | The status of the operation. |
Property Details
endTime
The end time of the operation.
endTime?: Date
Property Value
Date
error
name
The name of the operation.
name?: string
Property Value
string
percentComplete
The completion percentage of the operation.
percentComplete?: number
Property Value
number
startTime
The start time of the operation.
startTime?: Date
Property Value
Date
status
The status of the operation.
status?: string
Property Value
string