DeferredOperationState Enumeration

 

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.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

[DataContractAttribute(Name = "DeferredOperationState", Namespace = "http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public enum DeferredOperationState

Member nameDescription
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.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: