LongRunningOperationResult interface

Long running operation result.

Properties

endTime

The end time of the operation.

error

The operation error.

name

The name of the operation.

percentComplete

The completion percentage of the operation.

startTime

The start time of the operation.

status

The status of the operation.

Property Details

endTime

The end time of the operation.

endTime?: Date

Property Value

Date

error

The operation error.

error?: ErrorModelError

Property Value

name

The name of the operation.

name?: string

Property Value

string

percentComplete

The completion percentage of the operation.

percentComplete?: number

Property Value

number

startTime

The start time of the operation.

startTime?: Date

Property Value

Date

status

The status of the operation.

status?: string

Property Value

string