Share via


ACTIVITY_STATE Enumeration

The ACTIVITY_STATE enumeration type lists activity states.

System.Object
   ACTIVITY_STATE

[Visual Basic .NET]
Public Class ACTIVITY_STATE
   Inherits System.Object
[C#]
public class ACTIVITY_STATE: System.Object
[C++]
public __gc class ACTIVITY_STATE: public System.Object

Members

ACTS_CANCELLED

Specifies that the activity was canceled.

ACTS_CLOSED

Specifies that the activity is closed.

ACTS_OPEN

Specifies that the activity is open.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.