OperationStatus Enumeration

Represents an enumeration that defines the operation status.

Namespace:  Microsoft.BusinessData.Offlining
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Enumeration OperationStatus
'Usage
Dim instance As OperationStatus
public enum OperationStatus

Members

Member name Description
Succeeded Specifies the operation succeeded.
InProgress Specifies the operation is in progress.
Failed Specifies the operation failed.
Pending Specifies the operation is pending.
Canceled Specifies the operation is canceled.
LongRunning Specifies the operation has started a business process on the external system and no results are available.

See Also

Reference

Microsoft.BusinessData.Offlining Namespace