Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |