Share via


AscOperation 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.

output

Additional operation-specific output.

startTime

The start time of the operation.

status

The status of the operation.

Property Details

endTime

The end time of the operation.

endTime?: undefined | string

Property Value

undefined | string

error

The error detail of the operation if any.

error?: ErrorResponse

Property Value

id

The operation Id.

id?: undefined | string

Property Value

undefined | string

name

The operation name.

name?: undefined | string

Property Value

undefined | string

output

Additional operation-specific output.

output?: undefined | [key: string]: any

Property Value

undefined | [key: string]: any

startTime

The start time of the operation.

startTime?: undefined | string

Property Value

undefined | string

status

The status of the operation.

status?: undefined | string

Property Value

undefined | string