OperationStatus Enumeration

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Represents the current state of an operation.

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

Syntax

'Declaration
Public Enumeration OperationStatus
public enum 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.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

Microsoft.Xrm.Sdk Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.