[This is preliminary documentation and is subject to change.]
            The task status
            
    Namespace: 
   OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public enum TaskStatus  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration TaskStatus  | 
| Visual C++ | 
|---|
public enum class TaskStatus  | 
Members
| Member name | Description | |
|---|---|---|
| None | 
            Default Task Status
              | |
| InProgress | 
            The task is in progress
              | |
| Completed | 
            The task is completed
              | |
| Pending | 
            The task is pending or deferred
              | |
| Waiting | 
            The task is waiting on someone else
              | |
| Other | 
            Any other reason not covered by the above
              | 
