OperationStatusResult interface

The current status of an async operation.

Properties

endTime

The end time of the operation.

error

If present, details of the operation error.

id

Fully qualified ID for the async operation.

name

Name of the async operation.

operations

The operations list.

percentComplete

Percent of the operation that is complete.

startTime

The start time of the operation.

status

Operation status.

Property Details

endTime

The end time of the operation.

endTime?: Date

Property Value

Date

error

If present, details of the operation error.

error?: ErrorDetail

Property Value

id

Fully qualified ID for the async operation.

id?: string

Property Value

string

name

Name of the async operation.

name?: string

Property Value

string

operations

The operations list.

operations?: OperationStatusResult[]

Property Value

percentComplete

Percent of the operation that is complete.

percentComplete?: number

Property Value

number

startTime

The start time of the operation.

startTime?: Date

Property Value

Date

status

Operation status.

status: string

Property Value

string