LocationOperationStatus interface
Operation status object
Properties
| end |
End time of the operation |
| error | Error details. |
| id | Operation resource Id |
| name | Operation Id |
| percent |
Percent complete. |
| start |
Start time of the operation |
| status | Operation status |
Property Details
endTime
End time of the operation
endTime?: Date
Property Value
Date
error
id
Operation resource Id
id?: string
Property Value
string
name
Operation Id
name?: string
Property Value
string
percentComplete
Percent complete.
percentComplete?: number
Property Value
number
startTime
Start time of the operation
startTime?: Date
Property Value
Date
status
Operation status
status?: string
Property Value
string