OperationStatus interface
The status of operation.
Properties
| end |
The end time of the operation. |
| error | The error detail of the operation if any. |
| id | The operation Id. |
| name | The operation name. |
| start |
The start time of the operation. |
| status | The status of the operation. |
Property Details
endTime
The end time of the operation.
endTime?: string
Property Value
string
error
id
The operation Id.
id?: string
Property Value
string
name
The operation name.
name?: string
Property Value
string
startTime
The start time of the operation.
startTime?: string
Property Value
string
status
The status of the operation.
status?: string
Property Value
string