AsyncOperationResult interface

The status of an async operation.

Properties

error

The error object

name

Operation Id of the async operation.

status

Operation status of the async operation.

Property Details

error

The error object

error?: ErrorDetail

Property Value

name

Operation Id of the async operation.

name?: string

Property Value

string

status

Operation status of the async operation.

status?: string

Property Value

string