Skip to main content

CRTaskInfo

Description

The custom structure represents an instance of the Task entity.

Constructor

ConstructorDescription
CRTaskInfoInitializes a new instance of the CRTaskInfo object model.

Properties

Input

PropertyDescription
TaskIdGets the Task Id.
FormIdGets the FormId of the Task creator.
JobIdGets the JobId of the Task.
NameGets the name of the Task.
StatusIdGets the Status Id of the task.
PriorityIdGets the Priority Id of the task.
ArgumentsGets the Inputs and Outputs of the Task.
AssignedToGets the value that indicates the assigned user of the Task.
StatusStatus of the task.
FormNameGets the FormName of the Task creator.
ProcessNameGets the process name.
TaskActionGets the action value of the form.
ModifiedByGets the username by whom the Task got modified.
CreatedByGets the username of the Task creator.
ModifiedGets the Date&Time of the Task is modified.
CreatedGets the creation Date&Time of the Task.

Remarks

Use the CRTaskInfo object model to get or update information about the Task inside the Control Room.