DeferredOperationState Enumeration

 

Applies To: Dynamics CRM 2015

Describes the possible states for an asynchronous operation.

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

Syntax

[DataContractAttribute(Name = "DeferredOperationState", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public enum DeferredOperationState
[DataContractAttribute(Name = "DeferredOperationState", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public enum class DeferredOperationState
[<DataContractAttribute(Name = "DeferredOperationState", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type DeferredOperationState
<DataContractAttribute(Name := "DeferredOperationState", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Enumeration DeferredOperationState

Members

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.

See Also

State
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment web service messages

Return to top

© 2016 Microsoft. All rights reserved. Copyright