OperationStatus interface

The status of operation.

Properties

endTime

The end time of the operation.

error

The error detail of the operation if any.

id

The operation Id.

name

The operation name.

startTime

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

The error detail of the operation if any.

error?: ErrorDetail

Property Value

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