Package version:

Interface OperationStatusResult

The current status of an async operation.

Hierarchy

Properties

endTime?: Date

The end time of the operation.

error?: ErrorDetail

If present, details of the operation error.

id?: string

Fully qualified ID for the async operation.

name?: string

Name of the async operation.

operations?: OperationStatusResult[]

The operations list.

percentComplete?: number

Percent of the operation that is complete.

startTime?: Date

The start time of the operation.

status: string

Operation status.

Generated using TypeDoc