OperationStatus interface
Operation status object
Properties
| end |
End time of the operation |
| error | Error details. |
| name | Operation Id |
| start |
Start time of the operation |
| status | Operation status |
Property Details
endTime
End time of the operation
endTime?: Date
Property Value
Date
error
name
Operation Id
name?: string
Property Value
string
startTime
Start time of the operation
startTime?: Date
Property Value
Date
status
Operation status
status?: string
Property Value
string