ACTIVITY_STATUS Class
The ACTIVITY_STATUS class lists activity status codes, used for the activity statuscode field. Please note that although the APIs may accept any value, these are the valid values for this field.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.
System.Object
ACTIVITY_STATUS
[Visual Basic .NET]
Public Class ACTIVITY_STATUS
Inherits System.Object
[C#]
public class ACTIVITY_STATUS: System.Object
[C++]
public __gc class ACTIVITY_STATUS: public System.Object
The ACTIVITY_STATUS class exposes the following integer fields.
Field | Value | Description |
ACTIVITY_STATUS_CANCELLED | 5 | The activity is canceled. |
ACTIVITY_STATUS_COMPLETED | 3 | The activity is completed. |
ACTIVITY_STATUS_INPROGRESS | 2 | The activity is in progress. |
ACTIVITY_STATUS_PENDING | 1 | The activity is pending. |
ACTIVITY_STATUS_SKIPPED | 4 | The activity was skipped. |
Requirements
Namespace: Microsoft.CRM.Flags
Assembly: microsoft.crm.proxy.dll
See Also