CRTaskInfo
Description
The custom structure represents an instance of the Task entity.
Constructor
Constructor | Description |
---|---|
CRTaskInfo | Initializes a new instance of the CRTaskInfo object model. |
Properties
Input
Property | Description |
---|---|
TaskId | Gets the Task Id. |
FormId | Gets the FormId of the Task creator. |
JobId | Gets the JobId of the Task. |
Name | Gets the name of the Task. |
StatusId | Gets the Status Id of the task. |
PriorityId | Gets the Priority Id of the task. |
Arguments | Gets the Inputs and Outputs of the Task. |
AssignedTo | Gets the value that indicates the assigned user of the Task. |
Status | Status of the task. |
FormName | Gets the FormName of the Task creator. |
ProcessName | Gets the process name. |
TaskAction | Gets the action value of the form. |
ModifiedBy | Gets the username by whom the Task got modified. |
CreatedBy | Gets the username of the Task creator. |
Modified | Gets the Date&Time of the Task is modified. |
Created | Gets the creation Date&Time of the Task. |
Input | Gets the input form data of the Task. |
Output | Gets the output form data of the Task. |
FormData | Gets the saved form data of the Task. |
Remarks
Use the CRTaskInfo object model to get or update information about the Task inside the Control Room.