OperationStatus interface
The status of operation.
- Extends
Properties
end |
The end time of the operation. |
id | The operation Id. |
name | The operation name. |
start |
The start time of the operation. |
status | The status of the operation. |
Inherited Properties
error | The error object. |
Property Details
endTime
The end time of the operation.
endTime?: string
Property Value
string
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