OperationStatus Enumeration
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
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 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
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright