[This is preliminary documentation and is subject to change.]

The task status

Namespace:  OfficeClip.BusinessLayer
Assembly:  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 nameDescription
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

See Also