TheTaskInfo |
Scroll |
TheTaskInfo is used for working with a task.
Namespace: Therefore.API
Visual Basic Public Class TheTaskInfo C# public class TheTaskInfo |
Name |
Description |
Gets the name of the user the task is assigned to. |
|
Gets whether or not the task is assigned to the currently active user. |
|
Gets the case number of the case this task belongs to. |
|
Gets or sets the comment of the task. |
|
Gets whether or not the task is completed or not. |
|
Gets the name of the task creator. |
|
Gets the document number of the document this task belongs to. |
|
Gets the due date of the task. |
|
Gets the instruction text. |
|
Gets the date of the last update of the task. |
|
Gets the mode of the task. |
|
Gets the start date of the task. |
|
Gets the status of the task. |
|
Gets the subject of the task. |
|
Gets the ID of the task. |
|
Gets the ID of the user the task is assigned to. |
Name |
Description |
Completes the task. |
|
Loads the task with the specified task ID. |
|
Saves the changes made on the task. |
|
Change the status of the task. |
|
Returns a string representation of the object (for debugging). |
|
Opens the document the task is linked to in TheViewer |
|