TheTask |
Scroll |
TheTask represents the task definition of a task. The task definition is used to create a new task or to change details of a task.
Namespace: Therefore.API
Visual Basic Public Class TheTask C# public class TheTask |
Name |
Description |
Gets or sets a list of users the task is assigned to. |
|
Gets or sets the document number of the document this task belongs to. |
|
Gets or sets the due date of the task. |
|
Gets or sets the instruction text. |
|
Gets or sets the mode of the task. Has to be one of the TheTaskMode[hier link einfügen] values. |
|
Gets or sets whether or not the task owner will be notified via e-mail when the task has been updated. |
|
Gets or sets whether or not the users the task is assigned to will be notified via e-mail. |
|
Gets or sets the start date of the task. |
|
Gets or sets the subject of the task. |
|
Gets the ID of the task. |
|
Gets or sets the id of the task creator. |
|
Gets or sets the case number of the case this task belongs to. |
Name |
Description |
Saves the changes made on the task. |
|
Starts the task. |
|
Loads the task with the specified task ID. |
|