OperationStatus Enumeration
[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Represents the current state of an operation. Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| 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. |
Development Platforms
Windows Server 2008Target Platforms
Windows Server 2008, Windows 7 (All Versions), Windows Vista (All Versions)Send comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.
