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
name
Operation Id of the async operation.
name?: string
Property Value
string
status
Operation status of the async operation.
status?: string
Property Value
string