OperationStatus Enumeration
Applies To: Dynamics CRM 2015
Represents the current state of an operation.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public enum OperationStatus
public enum class OperationStatus
type OperationStatus
Public Enumeration OperationStatus
Members
Member name | Description | |
---|---|---|
Canceled | The operation has been canceled. Value = 1. |
|
Failed | The operation has failed. Value = 0. |
|
Retry | The operation is being retried. Value = 2. |
|
Succeeded | The operation has succeeded. Value = 4. |
|
Suspended | The operation has been suspended. Value = 3. |
See Also
Return to top
© 2016 Microsoft. All rights reserved. Copyright