Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask.Status Property

Gets or sets the Task status.

TaskStatuses Status {get; set;}

Property Value

An TaskStatuses enumeration type describing the status of this task.

Exceptions

Exception Type Condition
CollaborationException if the numeric status is not of any TaskStatus enum value.
InvalidOperationException The object has already been removed.

See Also

ITask Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace