OperationStatus interface
The status of operation.
Properties
| end |
End time of the job in standard ISO8601 format. |
| error | The error detail of the operation if any. |
| id | The operation Id. |
| name | The operation name. |
| start |
Start time of the job in standard ISO8601 format. |
| status | The status of the operation. |
Property Details
endTime
End time of the job in standard ISO8601 format.
endTime?: Date
Property Value
Date
error
The error detail of the operation if any.
error?: ErrorResponseCommon
Property Value
id
The operation Id.
id?: string
Property Value
string
name
The operation name.
name?: string
Property Value
string
startTime
Start time of the job in standard ISO8601 format.
startTime?: Date
Property Value
Date
status
The status of the operation.
status?: string
Property Value
string