Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationStatusResult

Package version

The current status of an async operation.

Hierarchy

  • OperationStatusResult

Index

Properties

Optional endTime

endTime: Date

The end time of the operation.

Optional error

If present, details of the operation error.

Optional id

id: undefined | string

Fully qualified ID for the async operation.

Optional name

name: undefined | string

Name of the async operation.

Optional operations

operations: OperationStatusResult[]

The operations list.

Optional percentComplete

percentComplete: undefined | number

Percent of the operation that is complete.

Optional startTime

startTime: Date

The start time of the operation.

status

status: string

Operation status.

Generated using TypeDoc