OperationStatus interface
Operation status.
Properties
| end |
Operation end time. Format: ISO-8601. |
| error | Error information related to this operation. |
| id | ID of the operation. |
| name | Name of the operation. |
| properties | Additional information associated with this operation. |
| start |
Operation start time. Format: ISO-8601. |
| status | Operation status. |
Property Details
endTime
Operation end time. Format: ISO-8601.
endTime?: Date
Property Value
Date
error
Error information related to this operation.
error?: OperationStatusError
Property Value
id
ID of the operation.
id?: string
Property Value
string
name
Name of the operation.
name?: string
Property Value
string
properties
Additional information associated with this operation.
properties?: OperationStatusExtendedInfoUnion
Property Value
startTime
Operation start time. Format: ISO-8601.
startTime?: Date
Property Value
Date
status
Operation status.
status?: string
Property Value
string