DeferredOperationState Enumeration
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the possible states for an asynchronous operation.
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
| Member name | Description | |
|---|---|---|
| Completed | Specifies that the operation has completed. Value = 3. | |
| Failed | Specifies that the operation has failed. Value = 4. | |
| Processing | Specifies that the operation is in progress. Value = 2. | |
| Queued | Specifies that the operation is queued but has not been started. Value = 1. | |
| Unknown | Specifies that the operation state is unknown. Value = 0. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: