Share via


TASK_STATUS Class

The TASK_STATUS class lists possible status codes for tasks. Please note that although the APIs may accept any value, these are the valid values.

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
   TASK_STATUS

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

The TASK_STATUS class exposes the following integer fields.

Field Value Description
TS_ABORTED 5 Specifies that the task aborted.
TS_COMPLETED 4 Specifies that the task has completed.
TS_INPROGRESS 3 Specifies that the task is in progress.
TS_NOTSTARTED 1 Specifies that the task has not yet started.
TS_NULL 0 Specifies an invalid task status.
TS_STARTED 2 Specifies that the task has been started.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.