OnBackgroundOperationCompleteResponse ComplexType

Contains the response from the OnBackgroundOperationComplete action.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
BackgroundOperationStateCode Edm.Int32

The background operation state code.

BackgroundOperationStatusCode Edm.Int32

The background operation status code.

OperationName Edm.String

The name of the custom API that was run in the background.

Used by

The following use the OnBackgroundOperationCompleteResponse ComplexType.

Name How used
OnBackgroundOperationComplete ReturnType

See also